Hi All,
I am very new in C# and am doing a test project. In my project i m using a text file which has records along with feild name in each line. How can i import the data in a Hashtable ??
Text File Example :
First_Name Joe
Last_Name Smith
Cell 9785466885
Email joesmith@xyz.co m
First_Name Amanda
Last_Name Collin
Cell 4485965755
Email amandacollin@gs tock.co
........ and so on...
i want to take just the values from each line and store in my hashtable.
Please Help !!
Thanks !
Veeky
I am very new in C# and am doing a test project. In my project i m using a text file which has records along with feild name in each line. How can i import the data in a Hashtable ??
Text File Example :
First_Name Joe
Last_Name Smith
Cell 9785466885
Email joesmith@xyz.co m
First_Name Amanda
Last_Name Collin
Cell 4485965755
Email amandacollin@gs tock.co
........ and so on...
i want to take just the values from each line and store in my hashtable.
Please Help !!
Thanks !
Veeky
Comment