开发者

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

开发者 https://www.devze.com 2023-03-14 21:07 出处:网络
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 c

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消