Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     cnn = new SqlConnection(connectionString);
     this.InitSeatLayoutData();
     this.GetAllEmpNameData();
     SearchParam.Focus();
 }