web application development
what control could be used alike datetime picker control in asp.net?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lalit MPosted Nov 27, 2009, 12:08 AM
show this link using javascript show calender icon in date field and when user clicks to enter /pick date value.
Also show this article may be get idea.
ds psPosted Nov 26, 2009, 11:33 PM
Kirtan PatelPosted Nov 22, 2009, 5:03 AM
You need to Use Ajax Tool Kit Calender Extender Control :) that will perform task same as DateTime Picker in windows Form application
ds psPosted Nov 21, 2009, 11:54 PM
Amit ChoudharyPosted Nov 19, 2009, 7:54 AM
Download a DLL file from here
and add this to your ToolBox it'll provide you a better date time picker than the Calender control..
==========================
Mark the answer if it helps :)
Gaurish KumarPosted Nov 19, 2009, 6:40 AM
U can use calender control instead of datetime picker control, like this:
<asp:Calendar ID="Calendar1" runat="server">asp:Calendar>