Updating data in DataGridView while adding records in database
Asked By
55 points
N/A
Posted on - 01/10/2015
Hello! I installed DataGridView1 on the form and then through its property DataSource connect to database. When program starts it shows me records of my database, but then when I add new records they do not appear in program, even after restarting computer. I use DataGridView1.Update() . Please advise what am I doing wrong?
Â