Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Links disabled
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Links disabled

 Post Reply Post Reply
Author
mvargasp View Drop Down
Newbie
Newbie


Joined: 15 July 2003
Location: Peru
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote mvargasp Quote  Post ReplyReply Direct Link To This Post Topic: Links disabled
    Posted: 15 July 2003 at 2:18pm

Hi all,

I have a web form which contains a frame, (a form containing a menu on the left and a  web form containing a datagrid on the right). Also there is a button (right side) which transforms the datagrid content in a CSV file and forces the user to download the file. The following is the code used to force a download:

  'strCadena contains the datagrid info separated by commas, as a CSV file
  Response.ContentType = "application/octet-stream"
  Response.AddHeader("content-disposition", "attachment;filename=Reporte_InfoRed.csv")
  Response.Write(strCadena)
  Response.End()

After the user saves the file, the links on the menu on the left side don't work and the buttons on the right side promt an error on the client side. It seems that the page gets an invalid state.

Does anybody know how can I solve it?

Thanks in advance.

God Bless.

Back to Top
Bunce View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 April 2002
Location: Australia
Status: Offline
Points: 846
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bunce Quote  Post ReplyReply Direct Link To This Post Posted: 16 July 2003 at 7:23am

You've changed the content type, so perhaps it needs to be changed back again?

However, I would have thought that the button to intiate the download would open up a new window to do the work for you , rather than affect the existing window...

Maybe it is posting back, and changing the content type then...  Perhaps remove the 'auto-postback' for that particular button?

Only guessing.. pretty hard to tell without seeing more of the code..

Cheers,
Andrew

There have been many, many posts made throughout the world...
This was one of them.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.