Version Q1 2008
VS 2008
I have what I consider to be a REAL simple requirement for RADWindow and I am NOT a Javascript person AT ALL. The examples on the Telerik site are far too complex for what I need. I have been struggling for 2 days just to do the following simple task.
I have an ImageButton on an aspx page.
When I click on the ImageButton I want to open a modal RADWindow, say 400 pixels X 200 pixels.
I want the RADWindow to display the contents of an .aspx form
I need to pass a parameter to the .aspx form that is displayed in the RADWindow
For example, if I were simply opening the .aspx page, by NavigateURL would be "~/folder/form.aspx?Id=100"
Is there a simple way to do this?