Reading a text file word by word and placing it in different textboxes

May 31 2010 5:45 AM
Hi ,

i have to develop a C# application which reads the text from a .txt
file, and i have to write the contents of the file to textboxes.

the format of the .txt file is something like this,
1. arun 23 nano xyz 9898989
2. emm 24 soft abc 9988989

i have to develop a application which has some 5 textboxes and each has the value of different columns from the text file. Hope u understood what i am trying to tell. Pls help me on this.

Thanks in advance.

Regards
Emm.



Answers (3)