Posted by: cemg on: 9 Eylül, 2008
<%
Response.ContentType = “application/msword”
Response.AddHeader “Content-Disposition”, “attachment;filename=NAME.doc”
response.Write(“Dotnetindex.com : Visit Site” & vbnewline)
response.Write(“We can use HTML codes for word documents”)
response.Write (” CSS can be used tooo”)
%>
Son Yorumlar