Hi There:
I have 2 questions and would appreciate enlightment on them:
1. How do I automatically close the RadWindow right after it is loaded? Let me explain:
The radWinow has a url of "ChildPage.aspx" When radWindow opens, the ChildPage.aspx's onLoad event runs and tests certain conditions (e.g.: are the querystring valid?) . If the test fails, then I want to:
a. display an alert triggered by ChildPage.aspx's server-side onLoad event. e.g.: "This RadWindow will now closes because querystring is incorrectly passed.", and when user clicks ok,
b. the RadWindow closes itself.
2. Can I add value to the RadWindow's argument property server side? For example, everytime I click an update button in the RadWindow, the page does a database update on the server-side. If the update was successful, I want the argument value to increase by 1. So, when the Radwindow is finally closed, I can retrieve the Radwindow's argument value.
Thanks for your help in advance!
Justin
I have 2 questions and would appreciate enlightment on them:
1. How do I automatically close the RadWindow right after it is loaded? Let me explain:
The radWinow has a url of "ChildPage.aspx" When radWindow opens, the ChildPage.aspx's onLoad event runs and tests certain conditions (e.g.: are the querystring valid?) . If the test fails, then I want to:
a. display an alert triggered by ChildPage.aspx's server-side onLoad event. e.g.: "This RadWindow will now closes because querystring is incorrectly passed.", and when user clicks ok,
b. the RadWindow closes itself.
2. Can I add value to the RadWindow's argument property server side? For example, everytime I click an update button in the RadWindow, the page does a database update on the server-side. If the update was successful, I want the argument value to increase by 1. So, when the Radwindow is finally closed, I can retrieve the Radwindow's argument value.
Thanks for your help in advance!
Justin