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

Ajax post to a web service

1 Answer 53 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 23 Jul 2010, 01:32 AM
Hi,

Is there a way to make an ajax post to a web service using asp,net ajax telerik controls like I would using say jquery ajax call ?

i.e. $.Ajax...  I just want to post a few bits of data I have collected from a radgrid.

Thanks

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 27 Jul 2010, 05:46 PM
Hi Simon,

Ajax requests are different from calls to a web service. If you need to make a call to a web service I'd suggest that you use the ScriptManager's PageMethods mechanism. One relevant example you can find at the following link:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx

All the best,
Tsvetoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Simon
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or