Developing Custom Client Controls in ASP.NET 2.0 AJAX 1.0 Extensions





0/5 (0 vote)
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
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
- ASP.NET AJAX Control Development
- ASP.NET AJAX Extensiblity
- Create Client Controls in ASP.NET 2.0 AJAX 1.0 Extensions