Articles
|
UpdateProgress control provides a mechanism where we can inform user that the server side processing is still progressing. For example, we can provide a “Loading…” message or an image showing the progressing of the request. This article will give you more inputs on how to use the UpdateProgress control very effectively in our projects.
Posted on 9/1/2008 @ 7:19 AM
By Satheesh Babu B
in ASP.Net Ajax
|
Ajax Control Toolkit is set of server controls created by Microsoft and community to work with ASP.Net AJAX applications. It is available as separate download in asp.net site. This article will give an introduction on extender controls and on how to use these extender controls that comes with Ajax Control toolkit in our projects.
Posted on 8/30/2008 @ 9:11 AM
By Satheesh Babu B
in ASP.Net Ajax
|
By default, whenever there are any error occurred in the server side processing using ASP.Net Ajax, the error message is notified to the user using a message box (alert). The error message that is displayed on the message box will be the actual error message contained in the original exception’s Message property.
Posted on 8/20/2008 @ 8:10 AM
By Satheesh Babu B
in ASP.Net Ajax
|
The implementation of AJAX enabled application is made easy with the help of 2 new controls called UpdatePanel control and ScriptManager control in ASP.Net AJAX framework. This are the two primary controls that makes AJAX happen with very less effort. This article will help us understand the usage of these two new controls by implementing a sample application.
Posted on 8/18/2008 @ 7:48 AM
By Satheesh Babu B
in ASP.Net Ajax
|
AJAX stands for Asynchronous JavaScript and XML. AJAX can be used for asynchronous request/response processing in a web application without refreshing whole page in the browser. To implement AJAX enabled application, Microsoft released a framework called ASP.Net AJAX.
Posted on 8/7/2008 @ 8:00 AM
By Satheesh Babu B
in ASP.Net Ajax
|
|