Custom Date Control

B

brandonjack007

I am looking for a date custom web server control that exntends from
System.Web.UI.WebControls

The control will expose the following Properties
Date (datetime)
Month (int)
Day (int)
Year (int)
MinDate(datetime)
MaxDate(datetime)

The control will expose the following Methods
Datetime GetDate ()
Void SetDate(DateTime)

UI will have 3 dropdowns one for month, day, year

Requirements
The Date Control will accept an optional datetime variable to
initialize the control. If date is not supplied then the current day
is displayed. The Control will allow the selection of any date between
the MinDate and MaxDate
The Control will render HTML drop down boxes for Month,Day,Year.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top