C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,010 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
Four errors are found in the following screen capture. Could anybody tell me how to fix it?
If you change those single quotes for double quotes then it should fix the syntax error. You'll also need to .ToString()
the columns to get the values though:
M_Name = ds1.Tables["Student_table"].Rows[0]["Name"].ToString();
M_Remark = ds1.Tables["Student_table"].Rows[0]["Remark"].ToString();
Sorry - I missed your reply to the topic yesterday but it's best to bump the old topic rather than creating a duplicate to avoid spam.