Hello.
I open a new radwindow from JavaScript with radopen(url?mode = 1)
in the aspx of the url i do a redirect response.Redirect(url?mode=2)
in the aspx i do a response.QueryString and i get a 2
5 minutes later i return to the same radwindow and do a response.querystring and i get a 1.
The url associated with the radwidow has returned to the original state when i opened the radwindow.
i'd like to know if it´s posible to actualice the url associated with the radwindow when i do a redirect.
Thanks