Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DatePicker in ASP.NET?

Status
Not open for further replies.

byrne1

Programmer
Aug 7, 2001
415
US
Is there a datepicker for ASP.NET similar to the one for VB.NET?
 
Yes, it's called "Calendar" and you should see it in your toolbox. If you don't, then add it by right-clicking on the toolbox, select "Customize Toolbox" and in ".NET Framework Components" tab check "Calendar"(namespace System.Web.UI.WebControls).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top