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