Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.71K
~797 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Mikey12345

Hi All, I tried this code. But I got error message in the code **"table.Columns.Add(token);"**. message is **"A column named '1' already belongs to this DataTable."** please help me to fix this. private void PopulateDataGridView() { string filePath = "<path to dat file>"; System.IO.TextReader reader = new System.IO.StreamReader(filePath); bool colAdded …

Member Avatar for dskamburapola
0
797

The End.