A
ardin
suppose i have a dataset populated using dataadapter. i bind the dataset
to a windows datagrid. i accepts new record through textboxes not
through the datagrid. how can i detect if the data entered is already
existing to the dataset before the update command of the dataset is
executed so that the row with error will not be added to the datagrid?
to a windows datagrid. i accepts new record through textboxes not
through the datagrid. how can i detect if the data entered is already
existing to the dataset before the update command of the dataset is
executed so that the row with error will not be added to the datagrid?