Thread: C# and dataGrid
View Single Post
Old 04-28-2004, 03:51 AM   #4 (permalink)
Artsemis
Insane
 
Location: West Virginia
I had done something similar to what you just posted twister, but I had a problem with my dataset having a duplicate table name inside. If I gave the new one a different name, it wouldn't add it to the same table, but create a new one in the grid.

I ended up finding a simple update method to call on my current table

Thanks for the help guys.
__________________

- Artsemis
~~~~~~~~~~~~~~~~~~~~
There are two keys to being the best:
1.) Never tell everything you know
Artsemis is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40