protected void Page_Load(object sender, EventArgs e)
 {
     context = new Auth564Entities();
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     context = new Auth564Entities();
     Label1.Text = string.Empty;
     Label2.Text = string.Empty;
 }
Exemple #3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     context = new Auth564Entities();
 }