http://forums.asp.net/t/1067091.aspx?PageIndex=2
Step1: Write this in Master Page
function hideCalendar(oCalendar)
{
oCalendar.hide();
oCalendar.get_element().blur();
}
Step2: Include OnClientDateSelectionChanged="hideCalendar" in CalendarExtender AJAX
Subscribe to:
Post Comments (Atom)
3 comments:
Ya it is really working
Thanks..........
A thousand thank yous. Works like a champion.
thanks you ..............
Post a Comment