Pass data to text file and save it on database
- by Kasun
Hi,
I need to Pass some data to text file. Then that text file should be save in Data Base(SQL 2005). Then i need to retrieve data from the database by reading the columns to my application. I use VS2005 and need C# solution.
Ex: (1) After click "Load" button data should pass to textile.
(2) Then Click "Save" button data need to pass to database.
(3) After click "Retrive" button data should load to datagride view.
Please Help.....