Custom Date Web Control
I need a simple Date Custom Web Control (NOT a user control) written
in .Net 2.0 C# :
UI:
Three Drop downs: Month, Day, Year
Properties
Date (datetime)
Month (int)
Day (int)
Year (int)
MinDate(datetime)
MaxDate(datetime)
Methods
Datetime GetDate ()
Void SetDate(DateTime)
Rules
-The Control shall accept an optional datetime variable to initialize
the control.
-If the Control is instantiated without a date, The current day will
be 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
Date:Thu, 19 Jul 2007 22:15:08 -0000
Author:
|