I am trying to update a table using the following C# code, but it is not working.
Please let me know what I am missing. Thanks.
Code:
string topic1 = Topic1TextBox.Text; int WeekID = 1; SqlConnection conn = new SqlConnection(); DataSet ds = new DataSet(); conn.ConnectionString = "" //defined my connection string here conn.Open();
Leave a comment: