Forum: C# Sep 5th, 2007 |
| Replies: 1 Views: 15,206 I have a simple database that displays information in various datagridview controls on the same form. One thing I would like to do is change the colour of a row if the value from a cell returns... |
Forum: C# Nov 8th, 2006 |
| Replies: 5 Views: 24,901 I figured out my problem. I had included the database file in the project. Therefore it was overwritten each time I compiled the project, making it look like the database wasn't being updated. I... |
Forum: C# Oct 17th, 2006 |
| Replies: 5 Views: 24,901 This is the exact problem I am having. Autogenerated code with DataGridView control doesn't save data to the table? Help please if you can. |