Export GridView to TXT, then upload file to server
Posted
on Stack Overflow
See other posts from Stack Overflow
Published on 2009-08-13T22:43:15Z
Indexed on
2010/04/13
17:03 UTC
Read the original article
Hit count: 288
Basically what I want to do is export an array (or GridView) to a file called "getpathin.dat". That is easy, but the method I am using downloads the file to my computer, which is what I don't want.
I want to write an array to either a PRE-EXISTING file that is on the server OR create a new file on the server in a folder, and this new file will contain either the array or the gridview, which I have stored in the array.
i'll be doing this in...
Visual Studio 2008/SQL Server using C#
© Stack Overflow or respective owner