Hi,
Last week you helped me with the RadEditor in RadWindow example code. Now, to open the RadWindow the following javascript is used:
$find("<%=DialogWindow.ClientID%>").show();
When I normally open a RadWindow use the openRadWindow command. With this command I can pass a query string:
openRadWindow("Dialog.aspx?iid=" + iid, "DialogWindow);
My question is how can I add a query string to the .show() method of displaying the window? The reason for the question is that with the openRadWindow the content of the parent editor is not passed to the child editor.
Thanks,
Steve Holdorf
Note: the reason I need to pass the querystring on displaying the radwindow is because the application's patient ID is maintained in the applications querystring passed to every page and window.
OK Last note: I might be wrong about the showing of the radwindow blowing out the parent page's query string. All I know is that when we try to retrieve it session object using the querystring the session object is not found.
Thanks again!