Esempio n. 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     conString = ConnnectionString.connectionbyname("sqlString");
     if (!Page.IsPostBack)
     {
     }
 }
Esempio n. 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     conString = ConnnectionString.connectionbyname("sqlString");
     if (!Page.IsPostBack)
     {
         BindDataToGridView(-1);
         dropshownvv();
         dropshownkh();
     }
 }
Esempio n. 3
0
 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");
     }
 }