.net - Saving data to a text file and loading it into a datagrid in C# -


I have to pass some data into a text file and save that text file in the SQL Server 2005 database.

Then I have to be able to load that text file in the C # Winform datagreat.

How do I do this in C #?

Take a look at this tutorial:


Comments