Esempio n. 1
0
 protected void DropDownListWork_SelectedIndexChanged(object sender, EventArgs e)
 {
     LabelWork.Text = wc.GetTaskNameByID(Guid.Parse(DropDownListWork.SelectedValue));
     DropDownListMonth.DataBind();
 }