Reputation: 457
how can i display pdf document in iframe in c# web page:i have a drowpdownlist linked with pdf files,what i need is when i select one item from this list ,iframe will populated with the corresponding pdf document
Upvotes: 0
Views: 3525
Reputation: 49413
Take a look here: How to Display PDF documents with ASP.NET
The article describes using a custom server control to do exactly what you're looking for.
Upvotes: 2