Hi @all,
i have some problems:
Page A: Is opened with a Java Script from a login site (Popup)
Now, i open a detail item page (Page B / RadWindow) with a button inside a grid. (Request Query strings....) So all works fine.
But - i dont know how to reload my page A after closing Page B... i modify some datafields inside the item Page (B) and after clicking the ok button - the cs code update my database und close the RadWindow. But - my Page A - how can i refresh this page after closing the windows?
i have try this: after clicking ok - (Page B) i use this code:
The Page A is open with javascript too, so i use the same name "Portal" - this code reload the page and view the "View" Query string i select the RadTap.
But - perhaps is a basicly problem. The page isn´t up to date. The fields has got the old value. If i use the F5 button from the IE - the page load the new data´s. In Page A i havnt got some code like (Page.IsPostback ...)
Can someone help me?!
thanks
Markus
i have some problems:
Page A: Is opened with a Java Script from a login site (Popup)
Now, i open a detail item page (Page B / RadWindow) with a button inside a grid. (Request Query strings....) So all works fine.
But - i dont know how to reload my page A after closing Page B... i modify some datafields inside the item Page (B) and after clicking the ok button - the cs code update my database und close the RadWindow. But - my Page A - how can i refresh this page after closing the windows?
i have try this: after clicking ok - (Page B) i use this code:
Response.Write("<script type='text/javascript'>window.open('PageA.aspx?View=2&ANr=" + lbl_ArNumber.Text + "','Portal','toolbar=no,width=950,height=730,resizable=no,scrollbars=no')</script>"); |
But - perhaps is a basicly problem. The page isn´t up to date. The fields has got the old value. If i use the F5 button from the IE - the page load the new data´s. In Page A i havnt got some code like (Page.IsPostback ...)
Can someone help me?!
thanks
Markus