Create a custom Extender control with "Atals" Control Toolkit
Posted by: Fredrik Norméns Blog,
on 15 Oct 2006 |
View original | Bookmarked: 0 time(s)
One of the best features of ASP.Net Ajax is the Extenders, and the best thing is that we can easily build our own Extenders. An Extender is a control that will extend an existing control with client-side functionality. You have probably already used Extenders in ASP.Net Ajax, for example the AutoCompleteExtender etc. In this post I’m going to explain how you can simply create your own Extenders. I will not dive deep into it but make sure you get the basics. Before you can create our own...