Click here to Skip to main content
15,906,626 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
   hello,
   i want to import the first and second row from a csv file into textboxe1 and textbox2 and import the third row as headres in datatable and show the rest rows in datatabale.
thanks


What I have tried:

test.Filter = "CSV Files (*.csv)|"
test.FilterIndex = 1
test.RestoreDirectory = True
Posted
Updated 4-Jun-19 3:12am

1 solution

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