Monday, June 1, 2009

How to disable some dates in Calendar control

protected void Calendar1_DayRender(object sender, DayRenderEventArgs e)
{
string date="02/01/2008";
DateTime dt = DateTime.Parse(date);
if (e.Day.Date == dt)
e.Day.IsSelectable = false;
}

Friday, May 29, 2009

Welcome To TGRPL

Hi Friends Welcome to the offical blog of the



Third Generation Resources Pvt. Ltd,

Ahmedabad