Search results for query: *

  • Users: Majella
  • Content: Threads
  • Order by date
  1. M

    force a new browser window to be opened from web form ?

    Does anyone know how to force a new browser window to be opened from a web form following Response.BinaryWrite or Response.Write if the data to be displayed is html? Html data is diplayed in the current browser but for non html data the appropriate application is opened e.g. ms-word, excel...
  2. M

    Force a 'Save As' dialog box without Open option?

    How can I force a 'Save As' dialog box from an ASP.NET Web page? I want simply ‘Save As’ so I can browse to the download location. I do not want the ‘Open’ option but I need 'Cancel'. Majella
  3. M

    Superimposition problem writing html to http output stream

    I’m using web forms to write various files to http content output stream. I don't think this is relevant but the files are stored as blob data and I use Response.BinaryWrite to write the output. [The browser is IE6.0.2] Most file types open and are saved ok e.g. .xls, .doc, .jpg open up in their...
  4. M

    Is it possible to hyperlink to a blob data field in a sql db?

    Is it possible to hyperlink to a blob data field in a sql db so that the file(doc,jpg,xls etc) open directly in the browser without the need to specify the mime type? Preferably it should open immediately by left clicking the hyperlink. Currently I am specifying the mime type but it would...
Back
Top