Use ASP.NET AJAX
ASP.NET AJAX allows developers to choose their preferred method of AJAX development, whether it is server-side programming, client-side programming, or both.
Server-side AJAX Programming
Developers familiar with ASP.NET’s server-side programming model can add AJAX functionality to their applications by wrapping Web server controls in the new UpdatePanel, which enables the server controls to update without a post back. This is as simple as AJAX programming gets.
Client-side AJAX Programming
Developers with a basic understanding of JavaScript can leverage client-side AJAX programming by making calls to remote servers and updating the Web page with the response. The response can be an HTML snippet or an XML document, allowing for simple or extensive updates to the Web page.
ASP.NET AJAX Programming
ASP.NET AJAX shines in its ability to combine the best of server-side and client-side AJAX programming, providing Web applications with a user experience similar to the richness of traditional desktop applications. Watch some of the following videos to learn how simple it is to get started with ASP.NET AJAX programming.
For more info, please visit http://ajax.asp.net
Saturday, March 24, 2007
Subscribe to:
Posts (Atom)