i binding datasource in my datagrid when i remove some rows in datagrid my database not update how?
A:
If you are using a data aware binding source then the row should automatically be deleted. If you are handling the database interfacing yourself and binding to an Object list or array then you need to implement the event RowsRemoved and handle the database delete yourself.
Jason Webb
2010-04-17 05:29:28