Search

You searched for the word(s): userid:97596

Matching Posts

  • Re: Issue: When requesting a .aspx home page, I get a file download prompt for VWExpress.aspx.8.0

    Ok, So what was going on is the on the server-side I was setting my response headers to javascript because i was plugging a js snip into the page. Response.ContentType = "application/x-javascript"; As it turns out, VWDExpress did not recognize this content type, BUT, it should have. Since it did not recognize it, it thought it was a file and ask if i wanted to download it. I changed the type to "html/text" and it works fine now. eof.
  • Issue: When requesting a .aspx home page, I get a file download prompt for VWExpress.aspx.8.0

    When I request my home page, i get a prompt from the browser saying "Do you want to open or download this file" VWExpress.aspx.8.0 This should not be happening...any ideas are greatly appreciated. Thanks Mark
  • How do i capture an entire web page as an image file?

    Hello All, I am trying to capture the rendered HTML output of a .aspx page into an image file. For example: If I have a web page named WebForm1.aspx, then I would like to capture the output as a .jpeg file. There exists a utility on located on sourceforge.net: IECapt - A Internet Explorer Web Page Rendering Capture Utility http://iecapt.sourceforge.net/ and, I would like for my code to be able to perform the same function as this utility, however, this utility is an .exe and I have to Shell out of
    Posted to Internet Explorer Web Controls (Forum) by kingpoop on 12/21/2004
  • How do i capture a web page as an image file?

    Hello All, I am trying to render HTML output of a .aspx page into an image file. For example: If I have a web page named WebForm1.aspx, then I would like to capture the output as a .jpeg file. There exists a utility on located on sourceforge.net: IECapt - A Internet Explorer Web Page Rendering Capture Utility http://iecapt.sourceforge.net/ and, I would like for my code to be able to perform the same function as this utility, however, this utility is an .exe and I have to Shell out of my aspx code
    Posted to System.Drawing/GDI+ (Forum) by kingpoop on 12/20/2004
  • RE: IECapt Utility on SourceForge.net -vs- .Net

    Hello All, I am trying to render HTML output of a .aspx page into an image file. For example: If I have a web page named WebForm1.aspx, then I would like to capture the output as a .jpeg file. There exists a utility on located on sourceforge.net: IECapt - A Internet Explorer Web Page Rendering Capture Utility http://iecapt.sourceforge.net/ and, I would like for my code to be able to perform the same function as this utility, however, this utility is an .exe and I have to Shell out of my aspx code
    Posted to HttpHandlers and HttpModules (Forum) by kingpoop on 12/20/2004
  • RE: IECapt Utility on SourceForge.net -vs- .Net

    Hello All, I am trying to render HTML output of a .aspx page into an image file. For example: If I have a web page named WebForm1.aspx, then I would like to capture the output as a .jpeg file. There exists a utility on located on sourceforge.net: IECapt - A Internet Explorer Web Page Rendering Capture Utility http://iecapt.sourceforge.net/ and, I would like for my code to be able to perform the same function as this utility, however, this utility is an .exe and I have to Shell out of my aspx code
    Posted to System.Drawing/GDI+ (Forum) by kingpoop on 12/20/2004
Page 1 of 1 (6 items)