private void Page_Load(object sender, System.EventArgs e)
{
  int m=System.DateTime.Now.Month;
  DropDownList1.SelectedIndex=m-1;
}