Ask a Question related to ASP.NET General, Design and Development.
-
alien2_51 #1
Response.ContentType
Whats the difference between..??
"application/x-msexcel"
and
"application/vnd.ms-excel"
alien2_51 Guest
-
WebService newbie - contenttype problem
Wrote a very simple webservice. Trying to test with this simple VB Script client: dim soapClient set soapClient =... -
problems setting Response.ContentType
I'm having issues trying to set the Resposne.ContentType from a Component on a (skeleton) ASP page -- the ASP goes like: <%@ Language=VBScript %><%... -
Response.ContentType = "application/vnd.ms-excel"
Hi , I have my asp successfully creating excel file viewable through IE using the header: Response.ContentType = "application/vnd.ms-excel" ... -
Returning files in my Response : ContentType wanted
Hi, I return a file to the client browser by using Response.WriteFile Now, there can be multiple type of files, and I need to specify the... -
Asp.net and Contenttype = application/x-java-jnlp-file
I'm trying to stream the contenttype of "application/x-java-jnlp-file" via asp.net/c#, but the client only sees it as a plain text file. Example: ...



Reply With Quote

