Dave Ward does a nice job of breaking down this question in his blog post here: http://bit.ly/cRlgFN Of course you have to remember that all input is evil and make sure you validate your requests, especially when exposing page methods.
Posts Tagged ‘AJAX’
Updating a .NET Page in Real-Time Using jQuery and AJAX
29 Oct , 2009
Here’s a problem I bet you’ve run into before. You have a long-running function on one of your .NET pages and you want to provide real-time feedback to the user while they’re waiting on the function to complete (by function, I mean a method or a set of methods in the code-behind). So you put [...]
