datetime picker for ASP.NET 3.5 webforms
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 ;).
精彩评论