Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete the dataset row of a dataview

Status
Not open for further replies.

asmith555

Programmer
Oct 7, 2002
97
US
Here is the situation:

I have a datagrid on a page that is bound to a dataview created from a dataset with a simple filter. When a user clicks the delete column of the datagrid how do I reference the row index or the datarow object in the original dataset.

This is in the context of the DeleteCommand of the datagrid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top