Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
anyone know the difference between calendar control in standard toolbar and calendar extender in ajax tool kit.
Posted

Extenders enable you to customize and extend the capabilities of ASP.NET controls without having to create new classes.
There is no calendar extender, instead a calendar of Ajaxtoolkit is a kind of textbox extender where textbox has additional behaviour of calendar.

Standard calendar control is a one single control having a defined behaviour. Calendar of AjaxToolkit is a textbox control extended to a level(with a given behaviour) that can be used for picking dates via claendar.


Refer: Creating a Custom AJAX Control Toolkit Control Extender (C#)[^]
 
Share this answer
 
Comments
Vani Kulkarni 28-Jun-12 4:34am    
Nice answer! :) 5!
Yatin chauhan 28-Jun-12 5:47am    
Nice Description Sandeep sir.
A calenderextender Control that popsup a calendar whenever the user clicks on the target Control.But the calendar display directly

Thanks & Regards

Jee
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900