|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
How to Post a Question
Here is a link for help on how to post a question.
http://forums.devshed.com/showthrea...&threadid=24097 Another good resource can be found in my signature. |
|
#2
|
|||
|
|||
|
nice link
![]() |
|
#3
|
|||
|
|||
|
ContentType
hi..
what is a content type to download a file as CSV.. like to download for excel ContentType = "application/vnd.ms-excel" thanks Hemant |
|
#4
|
|||
|
|||
|
This is what I do...
<%
if Request.QueryString("fn") <> "" then strFile = Request.QueryString("fn") strFileContents = FileRead( "D:/PATH/GOES/HERE/" & strFile) Response.AddHeader "Content-Disposition", "filename=" & strFile Response.ContentType = "application/xls" Response.Write strFileContents end if %> Good luck, Q |
|
#5
|
|||
|
|||
|
thanks, that is nice info.......i'll try to post like thaat
|
|
#6
|
|||
|
|||
|
Thanks I will follow u
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > How to Post a Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|