1
Answer

Error checking for Dataset values

mmehta

mmehta

20y
1.5k
1
How do i validate the entries to a dataset before updating the table. DataSet changedData = dataSet11.GetChanges(); I cannot iterate through each row that has been added when i use the above statement. I tried using the foreach but its not accessible. Is there any other way to validate data input? Thanks
Answers (1)