Author: Magatra | Posted on: 6/1/2009 9:41:59 AM | Views : 837

 I have a page which allows user to mark items for removal, when a user selects a specific item and clicks on remove, a sp is called, but the changes do not appera on the UI until a page refresh. So I did a Response.Redirect(Request.Url.ToString()); and it works perfectly on my DEV m/c which uses http. When I deployed my application to UAT, and click on remove item, a page cannot be displayed error appears, and on page refresh, it refelcts the expected change. The only difference in my DEV and UAT site is that the UAT site is secure, the entire site is https.
Can anyone advice on how to solve this problem, bascically I need a page refresh from withinn the application after the user clicks on the remove button. Does response.redirect on the same page  not work for an https site??
Any help will be greatly appreciated.
Thanks

 
...

Go to the complete details ...