F
Franck
Hi,
Tryin to open a generated word doc with Word and not in IE.
Lookin samples, I tried this without success :
Response.ContentType = "application/ms-word"
Response.AddHeader("Content-Disposition", "inline;filename=" &
MyFileName & ".doc")
Response.WriteFile(MyFileVirtualPath)
It's still opening my doc in the browser, not in Word.
help please.
Tryin to open a generated word doc with Word and not in IE.
Lookin samples, I tried this without success :
Response.ContentType = "application/ms-word"
Response.AddHeader("Content-Disposition", "inline;filename=" &
MyFileName & ".doc")
Response.WriteFile(MyFileVirtualPath)
It's still opening my doc in the browser, not in Word.
help please.