Web browser in asp.net
-
Hello, I need to show my pdf in a part of my page, how i can this, the web browser in Asp don't exist ? Thank you verry mutch.
I think the question is suitable for ASP.NET forum to get better response. And for the solution of your problem I think PDF Viewer Custom control[^] or This Thread[^] may help you.
Regards, Hiren.
My Recent Article: - Way to know which control have raised PostBack
My Recent Tip/Trick: - Remove HTML Tag, get plain Text -
Hello, I need to show my pdf in a part of my page, how i can this, the web browser in Asp don't exist ? Thank you verry mutch.
-
Hello, I need to show my pdf in a part of my page, how i can this, the web browser in Asp don't exist ? Thank you verry mutch.
As was mentioned since this question is regarding ASP.NET it should be in that forum. However, since you started here we'll continue here Of course there is no browser control for ASP.NET; its browser based to begin with. If you want to show two different pages in the same browser window you need to use iframes[^].
I know the language. I've read a book. - _Madmatt