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

[Solved] Ajax Call with no postback

1 Answer 137 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 06 Jul 2009, 07:37 PM
Whats the best way to achieve this through telerik tools? 

How do I do a Ajax post without reloading the screen/post backing.  For instance, a user does an action and I just need to write something to the database and this action doesn't need any screen refresh, or perhaps does something and the results returned need to be checked to see if a screen refresh is necessary or not?  Such as checking a webservice in the background to trigger a refresh.  This should all be done without freezing the screen or reloading the form?

1 Answer, 1 is accepted

Sort by
0
k f
Top achievements
Rank 1
answered on 07 Jul 2009, 03:54 AM
Hello John,

There are several ways to do this.  You can use a panel or drop the Ajaxmanager on your page.  If you have the product installed, checkout the RadDemo folder that has a lot of good examples for all the Rad controls.

You can also check out the following web link.

http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/firstlook/defaultcs.aspx

Checkout the first look and possible the Form Values sample under the Common tab.

Tags
Ajax
Asked by
John
Top achievements
Rank 1
Answers by
k f
Top achievements
Rank 1
Share this question
or