Need ideas to creating a simple record management app.
The database is in SQL Server, which has been normalized and relational.
The user need to have the following functionality.
1. add new record
2. delete existing records
3. update/edit existing records
4. select values from dropdownlist...(combobox)
I tried to use bindingNavigator under window's form, but it causes many problems. eg data validation...,etc
what would be the best practice for these kind of trivial application?