I am using two buttons exactly as shown at
your page. Also the code is same. I have one asp server label control also on my page. In the
following function, my custom code won't execute:
protected void RadAjaxManager1_AjaxRequest(object sender, Telerik.Web.UI.AjaxRequestEventArgs e)
{
lblstatus.Text="Text is changed";
RadAjaxManager1.Alert("AjaxRequest raised from the " + e.Argument);
}
The label text is not getting changed.
HELP!!!!!!!!