Validate - Web User Control
问题 I do not like to use the calendar from .NET, so I would like to have one Web User Control with 3 drop down boxes, day, month, year. [CODE DONE] . I want to be able to call this Control and initialize it with start year and end year, and with or without selected date. [CODE DONE] . This control will see if there is one valid date selected and return bool [CODE DONE] . Then in my web page I would like to able to see if that web user control is valid, in a way that I can use with the normal .NET