If i have two buttons event handlers how to determined in a calendar selectionchange event handler that which button press first than other.i.e "I want to select date from one calendar with two buttons for two textboxes i.e startdate & enddate"
ublic
{
}
txtstart.Text = Cal1.SelectedDate.ToShortDateString();
Cal1.Visible =
btnstart.Enabled =
btnend.Enabled =
txtend.Text = Cal1.SelectedDate.ToShortDateString();