Checking if a row exists in a datagrid

  • Thread starter Thread starter mirth
  • Start date Start date
M

mirth

Probably a dumb question but i've been away from dotnet for a while.

If I have a dataset bound to a datagrid and want to add a new row to
it. Is there anyway I can check if that row exists in the dataset
without doing another round trip to the server?

Thanks.
 
Back
Top