borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how to encrypt and decrypt data by MD5 buil in class in dotnet)Next Topic (Encounter error at the time of inserting data to table?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Downloading problem
Poster Message
MacD
Level: Big Cheese

Registered: 06-01-2004
Posts: 19

icon Downloading problem

Hi ladies and gentlemen,

I have got a code written in ASP.NET which is dowloading a text file(*.txt) that i would have generated. The problem i am having is when i download it, it will be containg HTML tags of the page where dowloading is taking place.

I do not have this problems when i am downloading an Excel file.

My code which is in my code-behind file is as follows:

Response.Clear()
Response.ContentType = "application/octet-stream"
Response.AddHeader("Content-Disposition", "Attachment; Filename=" & filen)
Response.Flush()
Response.WriteFile(filepathandname)

Your help is greatly appreciated.

Regards,


____________________________
MacD

12-06-2004 at 03:14 PM
View Profile Send Email to User Show All Posts | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: Downloading problem


Try this link
http://www.xefteri.com/articles/may222002/default.aspx



____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

22-08-2004 at 02:03 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : Downloading problem
Previous Topic (how to encrypt and decrypt data by MD5 buil in class in dotnet)Next Topic (Encounter error at the time of inserting data to table?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder