Forum: VB.NET May 8th, 2008 |
| Replies: 3 Views: 30,888 Nevermind I answered my own question, and thank you for posting the actual code. |
Forum: VB.NET May 6th, 2008 |
| Replies: 3 Views: 30,888 Will the code listed above save all changes to the datagrid or will this only save the current cell?
Or will it work similar to the following:
http://www.daniweb.com/code/snippet836.html |
Forum: VB.NET May 6th, 2008 |
| Replies: 5 Views: 5,217 I have gotten your code to work, but I have a another question. Is it possible to make changes directly to the data grid view and have the changes be saved? |
Forum: VB.NET May 5th, 2008 |
| Replies: 5 Views: 5,217 I tried to figure out the code shown in those two links, but I am new to the whole interacting with SQL databases.
I have figured out how to use the table adapters and how to pull up the... |
Forum: VB.NET May 5th, 2008 |
| Replies: 5 Views: 5,217 Does anybody out there know of any VB.Net tutorials regarding pulling and adding records out of a sql database?
I am trying to figure this out on my own, but I just need an example program to show... |