User Profile
Collapse
-
Anyone want to take a stab at this? -
If dt represents a data table, then you should assign a row index variable (rowIdx) and use it to retrieve your data:
dt.Rows[rowIdx][0].ToString();
Charlie...Leave a comment:
-
Winforms 2.0 Treeview Control (refreshing source data)
Hi,
I have a Winforms 2.0 project that I'm working on that involves populating a treeview control from data contained in a fairly large dataset that has to be refreshed periodically.
I have no problems populating the treeview nodes initially, but am somewhat flustered as to how I should go about keeping the treeview control current with the dataset.
After the dataset has been refreshed, I can, of course,...
No activity results to display
Show More
Leave a comment: