N
Nick K.
I would like to display a PDF file in a Web User Control (.ascx). I know
that in a Web Form (.aspx), the ContentType can be set to "application/pdf".
How can I set the ContentType in a Web Users Control and display a PDF file?
If I can't use a Web User Control, I may have to redesign the entire
application.
that in a Web Form (.aspx), the ContentType can be set to "application/pdf".
How can I set the ContentType in a Web Users Control and display a PDF file?
If I can't use a Web User Control, I may have to redesign the entire
application.