Saving a file on the client machine

  • Thread starter Thread starter chris blackbur
  • Start date Start date
C

chris blackbur

I have a textbox on a asp.net webform and I want to save the contents to
a file on the clients machine instead of on the web server. Is there a
way to do this just using ASP.NET or do I need to start learning some
javascript.

Thanks,
Chris Blackburn
 
I would like to save it to a text (.txt) file or a microsoft word (.doc)
file. Preferably an ms word file.
 
Chris,

You can't save a file on client site. And javascript won't help you. You can
save the content in a cookie though.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top