Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     conString = ConnnectionString.connectionbyname("sqlString");
     if (!Page.IsPostBack)
     {
     }
 }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     conString = ConnnectionString.connectionbyname("sqlString");
     if (!Page.IsPostBack)
     {
         BindDataToGridView(-1);
         dropshownvv();
         dropshownkh();
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     conString = ConnnectionString.connectionbyname("sqlString");
     if (!Page.IsPostBack)
     {
         BindDataToGridView(-1);
     }
     if ((string)Session["MaNV"] == null)
     {
         Response.Redirect("Login.aspx");
     }
 }