Developing Custom Client Controls in ASP.NET 2.0 AJAX 1.0 Extensions
ASP.NET 2.0 AJAX 1.0 Extensions allows you to develop custom client controls that function purely on the client-side. Those controls are developed mainly by Javascript and some server-side coding. Once the custom client control is rendered on the client-side, all the functionalities involved in it will be executed on the client-side only. Any required resource from the server will be retreived asynchornously.
To learn more about developing custom client controls in the AJAX 1.0 Extensions, here is a set of useful links for articles and webcasts:
Links
Webcasts
Revision number 1, Wednesday, February 20, 2008 12:53:34 PM by haidar_bilal
You must Login to comment.
|
Mon, Jun 29, 2009 4:06 AM
by srinivaskotra
|
Good article Thanks:)
|