HI,
I want to have a dropdown type of time control ,like the one which we have in windows XP.
How can this be done.Anyone plzz...help me regarding this.
thanks,
Loading
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.
Scott LyslePosted Mar 30, 2008, 10:19 AM
If you are interested in building a time picker, you could just put together a composite control with drop downs for the hour and the minutes (or hours, minutes, or seconds); if you are interested in the date picker, you could build a simple composite control using the calendar control and a text box. There is an example of that here http://www.codeproject.com/KB/webforms/DateTimePicker.aspx