开发者

datetime picker for ASP.NET 3.5 webforms

开发者 https://www.devze.com 2022-12-19 12:04 出处:网络
Is there a free for commercial use date and time picker in ASP.NET webforms? Right now I am using the AJAX cal开发者_JAVA技巧ender extender with Visual studio 2008, but have nothing for time picker.

Is there a free for commercial use date and time picker in ASP.NET webforms?

Right now I am using the AJAX cal开发者_JAVA技巧ender extender with Visual studio 2008, but have nothing for time picker.

I want a control that is free and has no license to it. I know that there are JavaScript controls but was wanting to stick with ASP.NET webforms controls, as I am not good with JavaScript.

Any suggestions? Thanks


This is the best I've found on the interwebs. Date picker widgit

I really would not recommend using ASP.Net's WebForms built in support for javascript/date pickers, but that's just me.

If you really need to stick with ASP.Net. There's an ajax control for you.

Edit Here's a time picker. If you don't like JS, I could codify a control for you in an hour ;).

0

精彩评论

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