<add name="sqlconnInt" connectionString="Server=IBSPL_H-219-PC\SQLEXPRESS;database=.;Trusted_Connection=True" />
SqlConnection connection = new SqlConnection(ConfigurationManager.ConnectionStrings["sqlconnInt"].ConnectionString);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)