I\'m looking for some advise on C# - Please bare in mind that i\'m only a beginner with C# & Sql.
I am looking to design a small program that will Add/Edit/Dele
Add your connection string in web.config file
and in aspx form
SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["connection string"].ToString());
for more information use this link