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