link downloadable with string

  • Thread starter Thread starter Luis Ricardo
  • Start date Start date
L

Luis Ricardo

How can i make a string in server (variable) to be
download like a file ?
I have an string in server and this string needs to be
a file in the client.

C# .NET 1.1 (ASP.NET)
IIS5
Windows2000 SP4


Thanks for help
 
save it to a file first, or perhaps stream it, specifying the content type
as "unknown" and the user should be prompted then.
 
Ok, thanks i dont wanto to save it into a file, could you please send
me an example using stream ? and content type ?


thanks for help

[]s
 
Back
Top