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

RaisePostBackEvent vs ajaxRequest

1 Answer 118 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kirk Quinbar
Top achievements
Rank 1
Kirk Quinbar asked on 14 Oct 2008, 01:35 PM
Is the calling RaisePostBackEvent on the serverside the same thing as calling ajaxRequest on the client side? Do they both do the call via ajax?

Kirk Quinbar
Zywave, Inc.

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 17 Oct 2008, 08:11 AM
Hi Kirk,

Calling the ajaxRequest() client side method of RadAjaxManager forces the manager to perform an AJAX request. And this request can be handled by the AjaxRequest server side event of the manager. You can also override the RaisePostBackEvent handler to handle the ajax request on the server. Note that handling the RaisePostBackEvent cannot invoke ajax request by itself. 

Find more about RadAjax in the following online resources:
http://www.telerik.com/help/aspnet-ajax/ajxajaxmanager.html
http://www.telerik.com/help/aspnet-ajax/ajxaddajaxrequesttoclientevent.html
http://www.telerik.com/help/aspnet-ajax/ajxfaq.html

Kind regards,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Kirk Quinbar
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or