|
-
Jan 27th, 2007, 08:01 PM
#1
Thread Starter
PowerPoster
Deleting a row from a DataGridView???
I have a datagridview that I am trying remove a row. The grid is bound to a datatable and I'm deleting the row from the datatable...problem is I'm not sure how to reference the row in the grid. Here's my statement:
dtTable.Rows.Remove(grd.CurrentRow.?)
The ? is...what's next?
Thanks,
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
|