且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

日历控件和日历扩展器之间有区别吗?

更新时间:2023-01-07 14:57:31

扩展程序使您能够自定义和扩展ASP的功能. NET控件,而无需创建新类.
没有日历扩展器,而是Ajaxtoolkit的日历是一种文本框扩展器,其中文本框具有日历的其他行为.

标准日历控件是具有定义行为的单个控件. AjaxToolkit的Calendar是一个文本框控件,扩展到一个具有给定行为的级别(可用于通过claendar选择日期).


请参阅: ^ ]
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#)[^]


一个calenderextender控件,每当用户单击目标控件时,都会弹出一个日历.但是日历会直接显示

谢谢与问候

A calenderextender Control that popsup a calendar whenever the user clicks on the target Control.But the calendar display directly

Thanks & Regards

Jee