We've Always Got Something to Say.
Read our thoughts on what's happening in the industry.

Posts Tagged ‘AJAX’

Why do asp.net ajax page methods have to be static?

21 Jun , 2011

by Daryl Hemeon

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.

Read More

Updating a .NET Page in Real-Time Using jQuery and AJAX

29 Oct , 2009

by Jeremy Wiggins

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 [...]

Read More