Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
37421 Points
5632 Posts
Oct 06, 2006 10:48 PM|LINK
in order to display a pdf file inside a webform u have to do the following after certain processing
Response.Clear();
string filePath = ur file path on the server
Response.contentType = "application/pdf";
Response.WriteFile(filePath);
Happy Coding
Haissam
All-Star
37421 Points
5632 Posts
Re: How to display a pdf document inside a web form?
Oct 06, 2006 10:48 PM|LINK
in order to display a pdf file inside a webform u have to do the following after certain processing
Response.Clear();
string filePath = ur file path on the server
Response.contentType = "application/pdf";
Response.WriteFile(filePath);
Happy Coding
MCAD.NET
| Blog |