Viewing post 1 (of 1 total)
Just a snippet of my code that works, hope it helps
SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["connectionString"].ConnectionString);
conn.Open();
SqlCommand command = new...
March 17, 2010 at 1:43 am
#1135025