Without using "DAYRANDER EVENT" of calander control
protected void Calendar1_DayRender(object sender, DayRenderEventArgs e)
{
if (e.Day.Date.CompareTo(DateTime.Now.Date) < 0)
{
e.Day.IsSelectable = False;
}
}
we use this coding for calander...
in asp .net i am using css templets for designing purpose but when i change resolution of my pc my hole design is damage so how i keep my design as per css and .net controls....?