日期选择器 [英] Datepicker

查看:105
本文介绍了日期选择器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在寻找有关ASP.NET datepicker的帮助.我目前正在创建一个使用日期作为参数之一的网站(时间与日期无关).因此,我需要一个datepicker控件来在我的网站上设置日期,然后将其与其他信息一起插入sqldb.

我是ASP.Net的新手(仅第一个月!).请帮忙.

Hey

i am looking for some help with a ASP.NET datepicker. I am currently creating a website which uses dates as one of the parameters (time not necessary along with the date). So i need a datepicker control to set dates on my site and then insert it with the other info into sqldb.

I am new to ASP.Net (only 1st month!). Please help.

推荐答案

在这里,您可以在此网站上找到许多日期选择器控件:
CP搜索结果 [
Here you go... there are number of datepicker controls available at this very website itself:
CP Search result[^]


感谢您的信息.我找到了一个适合我的需求.我刚刚发现在将日期添加到sql表时遇到了问题.

InsertCommand ="INSERT [客户](日期)VALUES(@日期)

< asp:FormParameter名称=日期" FormField ="dpDate"/>

二手Web DatePicker控件-道格·威尔逊(Doug Wilson)

谢谢您的帮助
thank you for the info. I found one which is suited for my need. I just seen to have a issue with it adding the date to the sql table.

InsertCommand="INSERT [customers] (date) VALUES (@date)

<asp:FormParameter Name="date" FormField="dpDate" />

used Web DatePicker Control - By Doug Wilson

thank you for the help


这篇关于日期选择器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆