Esempio n. 1
0
 protected override void Fire(object sender, EventArgs e)
 {
     Data data = new Data();
     RoomBiz biz = new RoomBiz();
     Data result = biz.Deptlist(data);
     RoomList.DataSource = result.Source;
     RoomList.DataBind();
 }