Hi,
I have a page with no masterpage which has two usercontrols. One user control has a form which submits the information and another with a grid which displays the information.
I want to be able to submit the form and update the information in other usercontrol:
default.asp
--->Usercontrol1
----------->Form with submit button
---Usercontrol2
----------->RadGrid
I've been looking at the below article but get object reference error
http://www.telerik.com/help/aspnet-ajax/ajax-user-controls.html
Do I have to add any additional code for this to work.
Thanks
I have a page with no masterpage which has two usercontrols. One user control has a form which submits the information and another with a grid which displays the information.
I want to be able to submit the form and update the information in other usercontrol:
default.asp
--->Usercontrol1
----------->Form with submit button
---Usercontrol2
----------->RadGrid
I've been looking at the below article but get object reference error
http://www.telerik.com/help/aspnet-ajax/ajax-user-controls.html
Do I have to add any additional code for this to work.
Thanks