mmehta

mmehta

  • NA
  • 12
  • 0

Error checking for Dataset values

May 20 2004 1:23 PM
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)