开发者

How to pop-up a calendar inside an ASP.NET Datagrid?

开发者 https://www.devze.com 2022-12-20 05:03 出处:网络
How do I pop-up a calenda开发者_开发百科r inside an ASP.NET + C# Datagrid?You could just make it a text field, and then use one of many javascript libraries for calendars/datepickers.

How do I pop-up a calenda开发者_开发百科r inside an ASP.NET + C# Datagrid?


You could just make it a text field, and then use one of many javascript libraries for calendars/datepickers.

Here is a list of 50 of them, with ratings and some basic info. You'll need one marked "Standalone" if you don't want to used any other javascript libraries, or you don't know what one of those is.

http://marcgrabanski.com/article/ultimate-list-of-datepickers


You'll need to create a TemplateColumn for a Submission Date text control and place an AJAX CalendarExtender in with it, this will do all the javascript for you.

See the below site for some useful tutorials on how to get started with AJAX and the Control Toolkit.

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消