Author: london24 | Posted on: 5/28/2009 12:36:54 PM | Views : 1060

Hi
 I have this code which creates a file correctly from a datatable and allows user to save the file to their client PC.
 However I want the code to automatically save the file to a folder on my server but am unsure how to do this. Can anybody help please?
Thanks in advance.
 
Code:
'create a string writer
Dim stringWrite As New System.IO.StringWriter Dim currentRow Go to the complete details ...