Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

system.web.ui.webcontrols.calendar previous date

Status
Not open for further replies.

fifelo

Programmer
Joined
Apr 8, 2003
Messages
7
Location
US
I would think there would be some very easy way of doing this, but so far haven't found it ( without using session variables ) I am handling the Calendar1.SelectionChanged event but I want to make it so the selcteddate doesn't change if the user selects some date I don't want them to be able to select. I would think the calendar control, or perhaps the sender object would contain the previously selected date? Or do I just have to suck it up and store some variable somewhere to store the previously selected date.
 
I think you have to suck it up and store some variable somewhere to store the previously selected date.

I would at least.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top