hi,I want
the Calendar1_DayRender
One Button
onclick event
, but it does not
work I do?
protected void Calendar1_DayRender(object sender, DayRenderEventArgs e)
{
e.Day.IsSelectable = true;
e.Cell.Attributes.Add("Style", "font-size:15px;Height:13%");
DataSet dt = new BL_Calendar().selectAllCalendar(DateTime.Now);
  ...
Go to the complete details ...