protected void Page_Load(object sender, EventArgs e) { DALCSQLServer bd = new DALCSQLServer(); bd.TestConnection(); }