RadWindow Problem on refreshing the page..
-
i am having x.aspx radwindow page which contains 5 tabs, if i click the 5th tab( Delete user), radwindow pop up will be dislayed with option ok and cancel, if i click ok.. i am closing the popup and coming back to the 5th tab(Delete user), if i am using the following code, GetRadWindow().BrowserWindow.location.reload(); I get an IE7 popup dialog, saying "To display the webpage again, Internet explorer needs to resnd the Information you've previously submitted. If you were making a purchase ...blah blah with Retry + Cancel buttons if i use the below instead, top.location,href= top.location.href i am not getting an error as explained above but it is navigating into fist tab( Request user)... Tried all the option like window.location.reload()etc... can u share ur thoughts as soon as possible..... plz...
-
i am having x.aspx radwindow page which contains 5 tabs, if i click the 5th tab( Delete user), radwindow pop up will be dislayed with option ok and cancel, if i click ok.. i am closing the popup and coming back to the 5th tab(Delete user), if i am using the following code, GetRadWindow().BrowserWindow.location.reload(); I get an IE7 popup dialog, saying "To display the webpage again, Internet explorer needs to resnd the Information you've previously submitted. If you were making a purchase ...blah blah with Retry + Cancel buttons if i use the below instead, top.location,href= top.location.href i am not getting an error as explained above but it is navigating into fist tab( Request user)... Tried all the option like window.location.reload()etc... can u share ur thoughts as soon as possible..... plz...
First thing is to check if it is specific to RadWindow or with normal browser window too? If it is for the third party control, it is always good to look at their support forum and see if something similar is already discussed there.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application