Response.AddHeader("content-disposition", "inline; filename=AppraisalView.txt")
Response.ContentType = "text/plain"
Response.WriteFile("C:\Inetpub\wwwroot\TestApp\AppraisalView.txt")
Response.Flush()
Response.End()
Subscribe to:
Post Comments (Atom)
0 comments
Post a Comment