Articles tagged UpdatePanel

01 May 2007
01 May 2007

Enhance your Website with ASP.NET AJAX Extensions

0
262
Microsoft's ASP.NET AJAX Extensions provide developers with a quick and simple way to add AJAX functionality into any ASP.NET Website. In this article, Dan Wahlin demonstrates how to use the UpdatePanel control, which performs asynchronous postback operations that update a portion of a page rather than the entire page itself. … Read more