calendar control problem
-
Sir,i want to disable some of dates in a month.Disable means particular dates should not perform any event(click event)when u want to click on it.Actually What my intension is particular dates should behave like a labelcontrol... Thanq for ur valuable reply to my previous questions... Neelima
-
Sir,i want to disable some of dates in a month.Disable means particular dates should not perform any event(click event)when u want to click on it.Actually What my intension is particular dates should behave like a labelcontrol... Thanq for ur valuable reply to my previous questions... Neelima
Neelima, for this you need to write an event with parameters object sender and system.web.ui.webcontrol.calender... args..... here you can check your conditions like if(e.day.date=1....) e.day.enabled=false.. ... basic structure, not sure of the synatx hope this works
Gautham