Hi
I have not used rad ajax before and I am just trying to learn how it works. I am trying to emulate a common scenario whereby you have a user form outside an update panel and this has a submit button which, when clicked, updates the display which are some sort of results inside an update panel. The submit button is an asych postback trigger for the updatepanel.
I wasn't sure how to achieve this set up using rad ajax. My first thought was the rad panel but this wasn't really suitable because the rad panel is triggered by controls inside the panel which meant I had to have had my submit button inside the panel and this didnt look good when i incorporate a loading panel as the loading image is displayed over the button as well as the results section.
The way I choose to implement it was to have a rad manager and then enclose all of the controls that comprise my results form within an asp.net panel. I then set the submit button to update the asp.net panel in the ajax manager. When the button is clicked, the results form inside the panel is updated and the loading image is only shown on top of the results section and not the submit button
This seems to work but is this the correct way? I guess I am confused because I thought i would use the rad panel but i didn't. Most of my web pages have this same organisation section set up so I want to get the rad ajax side of things right before I apply it to all my other pages.
thanks in advance
I have not used rad ajax before and I am just trying to learn how it works. I am trying to emulate a common scenario whereby you have a user form outside an update panel and this has a submit button which, when clicked, updates the display which are some sort of results inside an update panel. The submit button is an asych postback trigger for the updatepanel.
I wasn't sure how to achieve this set up using rad ajax. My first thought was the rad panel but this wasn't really suitable because the rad panel is triggered by controls inside the panel which meant I had to have had my submit button inside the panel and this didnt look good when i incorporate a loading panel as the loading image is displayed over the button as well as the results section.
The way I choose to implement it was to have a rad manager and then enclose all of the controls that comprise my results form within an asp.net panel. I then set the submit button to update the asp.net panel in the ajax manager. When the button is clicked, the results form inside the panel is updated and the loading image is only shown on top of the results section and not the submit button
This seems to work but is this the correct way? I guess I am confused because I thought i would use the rad panel but i didn't. Most of my web pages have this same organisation section set up so I want to get the rad ajax side of things right before I apply it to all my other pages.
thanks in advance