|
-
Jan 7th, 2004, 03:54 AM
#1
Thread Starter
Fanatic Member
save
Hi,
In my win application I use the following code to save the downloaded data into the necessary format
sw = File.CreateText(strPath & ".csv")
please not ethat .csv can be .xml instead
This works fine but what should I do in web (asp.net)?
I can not use the above line as it complains about the network path where the file should be installed.
If the best way is to get a dialog box to save as then how is it done please?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|