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
1 Posted Topic
Re: DAT file
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 …
The End.
dskamburapola