Ask a Question related to ASP.NET Security, Design and Development.
-
Vijay Neelam #1
Why save dialog displaying twise
Hi all,
Dim a As String = Response.ContentType
Response.Clear()
Response.Buffer = True
Response.ContentType = "application/msword"
Response.AddHeader("content-disposition", "attachment;
filename=Document.doc")
Response.Write(strDoc)
Response.ContentType = a
Response.End()
I'm writing this code in ASP.NET I'm getting download dialog box but I'm
getting twise if I clicked on open.
My purpose is I want to download a worddocument from server and also need to
write some string in that document.
Open is only opening MSWord window but not opening document.
Does any one know solution to this problem.. please post
Thank you,
Vijay Neelam
Vijay Neelam Guest
-
Displaying JobTicket colorant data in Output Preview dialog.
Hi, my task is to create plug-in which extends functionality of Output Preview dialog. It should display actual state of all Separations and Inks... -
CS - Save As: EPS - Dialog Corrupted
I'm trying to Save As an EPS on Windows 2000, but when the EPS properties dialog comes up, there's no text in it and two tiny little buttons in the... -
Photoshop CS save as dialog box
In Photoshop CS, when I save more than one file to the same folder the folder name appears twice in the recent places in the drop down menu of the... -
Save As Dialog Box
Robert, I don't quite understand "so that I can insert the major folder that I am currently using." I use Windows XP and have created a new folder... -
Save Dialog
I would like to be able to select a location (folder & file name) to save data when I click a button on a web form. Obviously I can't use a "Save...



Reply With Quote

