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 ...