Ragaei Mahmoud
Ragaei Mahmoud

Reputation: 457

C# display pdf document in iframe in asp.net page

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

Answers (1)

NakedBrunch
NakedBrunch

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

Related Questions