Hi,
You need explicitly check each required column to see if you have a value
there. Basically it is a loop. You could also catch RowChanging event of the
DataTable and check required values there. Everything depends on design of
your application
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"Jarod" <(E-Mail Removed)> wrote in message
news:A09BF979-A1CC-48BF-9259-(E-Mail Removed)...
> Hey
> I need to check if row in my typed dataset is filled or not. I create a
> new
> row, and data to this row will be sent from datagrid. Then user click save
> button. But this button will be disabled if the row isn't properly filled.
> But when accessing a filed that wasn't filled yet I have an error. So
> please
> tell me how can I check if columns in row are filled or not.
> Jarod