|
-
Nov 14th, 2003, 08:09 AM
#1
Thread Starter
Hyperactive Member
Delete
How to use this code in C# to delete current record?
DataRow row = dataSet11.Tables["Student"]["myColumn"];
row.Delete();
-
Nov 14th, 2003, 09:33 AM
#2
Frenzied Member
After you do that, call the dataadapter.Update method on the dataset to send the changes to the database, then rebind the datagrid.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|