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开发者_Go百科 ,iframe will populated with the corresponding pdf document
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.
精彩评论