且构网

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

如何在gridview中显示日历控件

更新时间:2021-08-01 02:46:16


您必须将CSS设置为日历控件.我假设您的日历控件ID = Calendar1.
这是样式.

Hi
you have to set CSS to calendar control. I assumed your calendar control id = Calendar1.
here is the style.

#Calendar1
{
position:absolute;
z-index:1000;
}



谢谢,
Imdadhusen



Thanks,
Imdadhusen


您需要按照 ^ ].看一下文章后半部分的日历.
You need to use TemplateFields as described here[^]. Take a look at the calender towards the latter half of the article.