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
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