C
Craig Douglas
Hi,
I am using a datagrid to edit a SQL Server database table.
I have put a delete button on the row, such that records can be deleted.
I need the disable the delete button (set visibility = false) for each item
in the row which is referenced by another item in the database.
Does anyone know how I could effectively predict whether a row can be
deleted or not before trying?
Thanks for reading!
Craig
I am using a datagrid to edit a SQL Server database table.
I have put a delete button on the row, such that records can be deleted.
I need the disable the delete button (set visibility = false) for each item
in the row which is referenced by another item in the database.
Does anyone know how I could effectively predict whether a row can be
deleted or not before trying?
Thanks for reading!
Craig