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

Posted by Kasun on Stack Overflow See other posts from Stack Overflow or by Kasun
Published on 2010-05-19T10:55:05Z Indexed on 2010/05/19 12:50 UTC
Read the original article Hit count: 201

Filed under:
|
|
|
|

I need to Pass some data to a text file and save that text file in a SQL Server 2005 database.

Then I'll need to be able to load that textfile into a C# WinForms DataGrid.

How do I do that in C#?

© Stack Overflow or respective owner

Related posts about c#3.0

Related posts about .NET