This is a migrated thread and some comments may be shown as answers.

Custom code in Ajax_Request won't execute

1 Answer 35 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Naupad
Top achievements
Rank 1
Naupad asked on 02 Feb 2012, 11:09 PM
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!!!!!!!!

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 07 Feb 2012, 04:37 PM
Hello,

I have followed your scenario and prepared a sample project for you demonstrating how the desired functionality can be implemented. You can find it attached to this post.

I hope it helps.

Kind regards,
Mira
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Ajax
Asked by
Naupad
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or