Visual Studio .NET - datetime picker

Asked By Ashley Vijay on 04-Oct-05 10:17 AM
please let me know how to create a datetime picker for my webform in ASP.Net.

link

Asked By Aarthi Saravanakumar on 04-Oct-05 10:22 AM
http://www.codeproject.com/aspnet/DateTimePicker.asp

datetime picker

Asked By Ashley Vijay on 04-Oct-05 10:54 AM
hey Aarthi,
thanks for the link.but Im looking for a datetime picker where I select a date from the list control.For example selecting a particular date to post a message to a person on the day of the selected date.I hope u understand wht Im looking for.please help

I am sorry I

Asked By Aarthi Saravanakumar on 04-Oct-05 03:26 PM
am not sure about what you are asking..can you elaborate?
I am sorry I
Asked By Ashley Vijay on 04-Oct-05 04:12 PM
thanks for reply.For example We have webites where u send free greetings and in that u hve an option allowing us to choose a particular date so as to schedule the greeting to be sent on the chosen date.For this we pick a date from the list of dates available.I want the exact thing in my web form.I want to pick or selec or chooset a date.Kindly help
I guess
Asked By Aarthi Saravanakumar on 05-Oct-05 02:50 PM
you need some kind of a custom listbox with list of available dates(populate from some custom code or a dtabase) and use this as your datetime picker