Date server webcontrol

B

brandonjack007

I am looking for a date custom webcontrol that extends from
System.Web.UI.WebControls

The control will expose the following Properties to the page that
implements it
Date (datetime)
Month (int)
Day (int)
Year (int)
MinDate(datetime)
MaxDate(datetime)


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


The UI of the control 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

Similar Threads


Top