示例#1
0
 protected void DropDownListMonth_SelectedIndexChanged(object sender, EventArgs e)
 {
     LabelMonthTask.Text = sc.GetMonthTask(Guid.Parse(DropDownListWork.SelectedValue), int.Parse(DropDownListMonth.SelectedValue));
     Repeater1.Visible   = true;
     Repeater1.DataBind();
 }