Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bindingsource and bindingnavigator and validation

Status
Not open for further replies.

gacaccia

Technical User
May 15, 2002
258
US
i've got VS.NET 2005 and i'm trying to make some quick dialogs for adding,editing,deleting data from a table in a database. i've created a form and dragged the table onto the form from my datasource view. this created an object for tableadapter, dataset, bindingsource and bindingnavigator. i can open the form and see the data, along w/ add, edit and delete. however, i have no idea how to validate data. for example, i can click the "+" button to add a record and, without entering any data, immediately click the "+" button again. this results in an application error as it tries to add a blank row. how would i check for things like this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top