Custom Date Web Control

B

brandonjack007

I am looking for a date custom web control.

The UI will have 3 drop down box. Each for day, month, year

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


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

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
 
B

brandonjack007

The example you gave is a UI control. I am looking for a web server
control that extends from WebControl


This control will have 3 drop down box. One each for month,day, year

he 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)

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
for Month,Day,Year- Hide quoted text -
 

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,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top