Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Ajax > Custom code in Ajax_Request won't execute

Not answered Custom code in Ajax_Request won't execute

Feed from this thread
  • Naupad avatar

    Posted on Feb 2, 2012 (permalink)

    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!!!!!!!!

    Reply

  • Mira Mira admin's avatar

    Posted on Feb 7, 2012 (permalink)

    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 >>
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Ajax > Custom code in Ajax_Request won't execute
Related resources for "Custom code in Ajax_Request won't execute"

ASP.NET Ajax Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]