Hi,
using visual c# 2005 express:
1. i create new windows app
2. added new data source
3. drag n drop table into the Form1, it will auto create binding navigator and grid view.
4. i run the project, make some changes on the database and click save button. and close the program
when i rerun the program my changes aren't there, it jz show the table unmodified.
im using windows vista and MS SQL server 2005.
any idea?
OK, found the solution.. just need to change database properties "Copy to output directory" to "Copy if newer".