コード例 #1
0
ファイル: claim.aspx.cs プロジェクト: AlekseyHamov/dispokb
 protected void button_filter_Close(object sender, EventArgs e)
 {
     FiltrTable.Visible = false;
     OtdelenList.DataBind();
     RoomList.DataBind();
     PersonList.DataBind();
 }