Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Can anybody give the clue how to use data grid view with text file without using database connectivity with any other database(ms access,my sql,..)?
Posted

1 solution

Well, your first step is to parse the text file in to some sort of collection. Once you do that, any collection is a valid data source for a data bound control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900