Link to home
Start Free TrialLog in
Avatar of Trevor Mifsud
Trevor Mifsud

asked on

ASP.NET, VisualBasic.NET ad date drop down box/picker !!!!

Hi Experts,

Here is a question.

Is there a date drop down box you can use to allow users to pick or select a date like in the windows date time pickers?

Im using ASP.NET 2.0 and Visual Basic.NET

Thank you in advance.




Trevor
Avatar of chinu1310
chinu1310
Flag of United States of America image

There is a datetime control.
I am sorry a calander control under general standard tab.
Avatar of Trevor Mifsud
Trevor Mifsud

ASKER

Hi chinu1310,

I saw that, but can you turn it into a drop down box?

Trevor
Hey its you Trevor. Good to see you again.

See in your Toolbox panel. under Standard tab you will have calendar control.
Nope I don't think so.

For that you might have to put 3 dropdown boxes.
In one you hardcode values from 1 to 31
Second 1 to 12
third year range you want to give.

And at the end combine those three values.
You can also do something like this which looks like dropdown

http://steveorr.net/articles/DropDownCalendar.aspx
ASKER CERTIFIED SOLUTION
Avatar of chinu1310
chinu1310
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial