views:

16

answers:

0

Hi All,

I am using RadAjaxManager and initiateAjaxRequest for multiple scenarios on a single page.

In my code behind RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e) method i parse the argument to handle the correct request using a switch statement.

What i'd like to do is be able to control the loading panels for different controls on my page based on the actual request..

  1. Is my approach correct?? using a single initiateAjaxRequest to handle different ajax requests?? Is there a different way?

  2. How can i use a loading panel over different controls based on different requests??

  3. Is this truly the only way to do this? I cannot directly ajaxify buttons/links etc as i am initiating these calls upon the closing of radwindows in the parent page.

Please help. Thanks!