Você está na página 1de 5

7/7/13

Asp.net Open PDF File in Web Browser using C#, VB.NET - ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,SSRS, XML exa
Like 6.6k Follow @aspdotnetsuresh 2,559 follow ers

ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL HOME ASP.NET AJAX GRIDVIEW JAVASCRIPT SQL JQUERY OOPS CONCEPTS INTERVIEW QUESTIONS Server,Ajax,SSRS, XML examples
aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview Asp.net Open PDF File articles,code in Web Browser examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of5, .net technologies By: Suresh Dasari Nov 2012
Categories: Asp.net , C#.Net , General , VB.NET

TRACE MOBILE NUMBER

ADVERTISE

using C#, VB.NET

Search This Site

Search

Introduction Here I will explain how to open pdf file in web browser in asp.net using C# and VB.NET. Description In previous articles I explained Export Gridview data to PDF, Send values from one page to another page using QueryString, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Gridview, SQL ,jQuery,asp.net, C#,VB.NET. Now I will explain how to open pdf file in web browser in asp.net using C# and VB.NET. To implement this concept first create one new website and add one of your existing pdf file to your website after that open Default.aspx page and write the following code

<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Open PDF File in Web Browser in asp.net</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Button ID="btnOpen" Text="1st Way to Show PDF In Browser" Font-Bold="true" runat="server" onclick="btnOpen_Click" /> <asp:Button ID="btnpdf" Text="2nd Way to Show PDF In Browser" Font-Bold="true" runat="server" onclick="btnpdf_Click" /> </div> </form> </body> </html> Now open Default.aspx code behind file and add following namespaces C# Code

About Me
SURESH DA SA RI TENA LI, A NDHRA PRA DESH, INDIA

Hi i am suresh dasari,software engineer working on asp.net,c#.net,SQL Server.


VIEW MY COMPLETE PROFILE

Follow @aspdotnetsuresh Like 6.6k

2,559 follow ers

using System; using System.Net; Once namespaces added write the following code Select Language
Pow ered by

protected void Page_Load(object sender, EventArgs e) { } // First Way to show PDF in browser protected void btnOpen_Click(object sender, EventArgs e) { Response.Redirect("SiteAnalytics.pdf"); } // Second way to Show PDF in browser by setting Content Type of the Response object and add the binary form of the pdf in the header protected void btnpdf_Click(object sender, EventArgs e) { string path = Server.MapPath("SiteAnalytics.pdf"); WebClient client = new WebClient(); Byte[] buffer = client.DownloadData(path); if (buffer != null) { Response.ContentType = "application/pdf"; Response.AddHeader("content-length", buffer.Length.ToString()); Response.BinaryWrite(buffer); } } VB.NET Code

Translate

Recent Posts

www.aspdotnet-suresh.com/2012/11/aspnet-open-pdf-file-in-web-browser.html

1/5

7/7/13

Asp.net Open PDF File in Web Browser using C#, VB.NET - ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,SSRS, XML exa
jQuery Get Selected Checkbox Values with Comma Separated Lis... More 7 jQuery Star Rating Plugin Examples Tutorials More jQuery Create Read Cookie Get Set Delete Cookies Example More jQuery Get Access Session Variable Value in Asp.net More jQuery Set Text Value to h1 Tag in HTML More SQL Server - Get List of All Stored Procedures from Database... More SQL Server - Get List of All Table Names in Database More jQuery Redirect to Another Page with Button Click in JavaScr... More jQuery Get Set Text to Label or How to Get / Set Label Text ... More Asp.net Export WebPage with Images to PDF using iTextSharp i... More

Imports System.Net Partial Class VBCodetoShowPDF Inherits System.Web.UI.Page Protected Sub Page_Load(sender As Object, e As EventArgs) End Sub ' First Way to show PDF in browser Protected Sub btnOpen_Click(sender As Object, e As EventArgs) Response.Redirect("SiteAnalytics.pdf") End Sub ' Second way to Show PDF in browser by setting Content Type of the Response object and add the binary form of the pdf in the header Protected Sub btnpdf_Click(sender As Object, e As EventArgs) Dim path As String = Server.MapPath("SiteAnalytics.pdf") Dim client As New WebClient() Dim buffer As [Byte]() = client.DownloadData(path) If buffer IsNot Nothing Then Response.ContentType = "application/pdf" Response.AddHeader("content-length", buffer.Length.ToString()) Response.BinaryWrite(buffer) End If End Sub End Class Demo

We're on

Follow

+642

Find us on Facebook

Aspdotnetsuresh
Like 6,675 people like Aspdotnetsuresh.

F acebook social plugin

Download Sample Code Attached Aspdotnetsuresh


Like 6,675 people like Aspdotnetsuresh.

Get Latest articles in your inbox for free.


Enter your email address:

15
Like

Subscribe

If you enjoyed this post, please support the blog below. It's FREE!
Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email.
F acebook social plugin

1
Tw eet

Like

6.6k

Subscribe by RSS
2,559 follow ers

Subscribe by Email

2
Share

Follow @aspdotnetsuresh

Blog Archive

StumbleUpon 1

2013 ( 162 ) 2012 ( 301 ) December ( 27 ) November ( 40 ) How to Call Asp.net Server Side method from jQuery... SQL Query to Get Latest Unique Records by Date SQL Query to Get M onth wise Data, Year wise Data How to Exclude Weekends in SQL Query or Get Record...

www.aspdotnet-suresh.com/2012/11/aspnet-open-pdf-file-in-web-browser.html

2/5

7/7/13

Asp.net Open PDF File in Web Browser using C#, VB.NET - ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,SSRS, XML exa
SQL Server Insert Data with Apostrophe/Single Quot... jQuery: Convert Text to UpperCase or LowerCase jQuery UI Datepicker: Disable Specific Days jQuery ui Datepicker Disable Dates before Today

You might also like:

Disable Specific Dates in jQuery UI Datepicker jQuery How to Get M ouse Cursor Position JavaScript Restrict User to Enter Numeric Value in... jQuery Restrict to Allow Only Numbers in Textbox i... Disable Firefox/IE Remember Password Prompt Option...

c#- How to Convert Convert String XML Dataset to XML String to Datatable in C# | in ... String XML ...

Create ZIP Files in Asp.net C#, VB.NET | ZIP Files ...

Display Im ages in Asp.net Gridview from Database in ...

Microsoft.ACE.OLEDB .12.0 Provider is not Registered ...

jQuery Bind Double Click Event to Button Control jQuery Create Rounded Corners for Textbox in Asp.n... Show M onth and Year Only in jQuery UI Datepicker jQuery Datepicker- Disable Future Dates in Calenda... jQuery UI Datepicker Disable Past Dates Days

C#- Insert/Upload XML file Data into SQL Table ...

C# - Convert Datatable to JSON String in C#, VB.NET

Move Selected Gridview Row s to Another Gridview in ...

JavaScript - Convert JSON String to JSON Object

Asp.net Export WebPage w ith Im ages to PDF using ...

Disable Weekends in jQuery Datepicker How to make Asp.net Textbox Readonly in JavaScript... How to Set Readonly Textbox using jQuery jQuery Get Set Asp.net Control Values Textbox, Lab... Highlight Asp.net Gridview Rows on M ouseOver in jQ... Show Alert M essage to Upgrade their IE browser in ...

16 comments :
Mehtab Ali said... nice post..But if User do not want to let the others to download/Save .pdf file from Website..then...How is it possible??

jQuery Show Alert M essage using Asp.net jQuery Accordion M enu | jQuery Vertical Accordion ... Ajax Country State City Dropdown Example in Asp.ne... jQuery M ove Tooltip with M ouse M ove or Cursor Exam...

November 5, 2012 at 1:17 AM ramesh.j said... how to redirect to siteAnalytics.pdf..where we have to create pdf file ....

Create Simple Tooltip with jQuery UI Plugin Exampl... JavaScript- Refresh Parent Window When Child Windo... SQL Server Nested WHILE Loop Example SQL Server EXIT or BREAK from WHILE Loop with Exam... SQL Server While Loop Example with stored procedur... Country State City Cascading Dropdownlist in Asp.n... Difference between Asp.net SessionState and ViewSt... Asp.net Session State Example in C#, VB.NET Keyboard Shortcut Keys for Visual Studio 2008, 201... Asp.net Open PDF File in Web Browser using C#, VB.... Asp.net ViewState Example in C#, VB.NET Code for Forgot Password in Asp.net using C#, VB.N... October ( 47 ) September ( 42 ) August ( 18 ) July ( 37 )

November 20, 2012 at 12:40 AM Anonymous said... Thanks.... but how i can ad text in pdf files using itextsharp.dlll

November 25, 2012 at 1:38 AM Anonymous said... How to disable to Right Click and print option and control in key on pdf files

December 28, 2012 at 6:30 AM Anonymous said... in this page "facebook" pops up while on mouseover effect and then gets actual position after mouseover completes.I want to add such effect in my website but can not identify which control is used over there.plz let me know about it with detail.

January 3, 2013 at 12:20 AM Anonymous said... How to disable right click in pdf file on browser

June ( 16 ) M ay ( 15 ) April ( 24 ) M arch ( 11 ) February ( 7 ) January ( 17 ) 2011 ( 131 ) 2010 ( 77 )

January 4, 2013 at 8:27 AM Anonymous said... How to display xml file in browser using asp.net with c#..

April 3, 2013 at 3:05 AM

Categories
Anonymous said...

www.aspdotnet-suresh.com/2012/11/aspnet-open-pdf-file-in-web-browser.html

3/5

7/7/13

Asp.net Open PDF File in Web Browser using C#, VB.NET - ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,SSRS, XML exa

8
sir how can i get data from web site but this site is open only in Internet explorer and then how can i automatically open internet and goto loggin using sending credential after that i want to extract data and store into data base using C# lang .please help me ti achive

Asp.net ( 424 ) General ( 268 ) JQuery ( 197 ) Code Snippets ( 103 ) Javascript ( 84 ) SQL Server ( 84 ) Gridview ( 76 ) C#.Net ( 69 ) VB.NET ( 57 ) JQuery Plugins ( 47 ) Errors ( 36 ) Ajax ( 31 ) Interview Questions ( 30 ) DropdownList ( 18 ) Authentication ( 16 ) DatePicker ( 15 ) Fileupload ( 15 ) SharePoint ( 15 ) validations ( 15 )

April 26, 2013 at 2:46 AM pratibha said... This comment has b een removed b y the author. May 2, 2013 at 4:59 AM pratibha said... Sir,i dont want to download pdf/doc files,only want to view the files on click event of a button that is stored in sql server 2008 in bytes..type of column in sql server is varbinary(max) ....pls help...

10

May 2, 2013 at 5:07 AM sakthideveloper said... its very useful to me sir. how to diable the save option in the pdf file. thanks in advance.

11

M embership ( 14 ) Google API ( 12 ) IISServer ( 12 ) JSON ( 12 ) Crystal Reports ( 11 ) Google M APS ( 11 )

May 5, 2013 at 8:23 PM Ankit Bansal said... hi, its working only for pdf file, but wants to show all file as like doc, xls file.

12

CSS ( 10 ) SendM ail ( 8 ) AutoComplete ( 7 ) ExcelSheet ( 7 ) InternetTips ( 7 ) ToolTip ( 7 ) AjaxM odalPopupExtender ( 6 ) CheckBox ( 6 ) ExportGridviewData ( 6 ) M enu ( 6 ) SQL Joins ( 6 ) SlideShow ( 6 ) Windows Application ( 6 ) XM L ( 6 ) DataList ( 5 ) M odalpopup ( 5 ) WebService ( 5 ) Dynamic Controls ( 4 ) Facebook ( 4 ) Twitter ( 4 ) WCF ( 4 ) Windows Service ( 4 ) YouTube ( 4 )

June 13, 2013 at 3:00 AM Neeraj Kumar said... Hello,Can be set file name while saving the file using save button.

13

June 13, 2013 at 5:37 AM Anonymous said... how to show multiple pdf files in a slider

14

June 30, 2013 at 4:35 AM Anonymous said... i hv multiple pdf files in a folder n i need to show all files in a slider with paging(in C#). Pls give me some suggestion... Parth:)

15

June 30, 2013 at 4:45 AM ashwanisaxena said... post is good but i have a problem that i want to open docx file on the browser without using microsoft interlop library.plz help me

16

jQuery M enu ( 4 ) jQuery UI ( 4 ) Accordion M enu ( 3 ) AjaxAsyncFileUpload ( 3 ) EncryptionandDecryption ( 3 ) LightBoxEffect ( 3 ) OOPS Concepts ( 3 ) Visual Studio ( 3 ) ZIP UNZIP Files ( 3 ) web.config ( 3 ) 360 Degree View Plugins ( 2 ) AjaxAutoCompleteExtender ( 2 ) AjaxTabContainer ( 2 ) Average rating ( 2 ) Blog Statistics ( 2 ) Flip Effect ( 2 ) Global.asax ( 2 ) Linkedin ( 2 ) M ultilineTextbox ( 2 ) News Ticker in jQuery ( 2 ) PDF Viewers ( 2 )

July 1, 2013 at 10:04 PM

Give your Valuable Comments


E n t e ry o u rc o m m e n t . . .

Comment as: Google Account Publish Preview

Newer Post Subscribe to: Post Comments ( Atom )

Home

Older Post

Progressbar ( 2 ) SSRS ( 2 ) Session Timeout ( 2 ) ThumbnailsGeneration ( 2 ) UserName Check ( 2 )

Other Related Posts


www.aspdotnet-suresh.com/2012/11/aspnet-open-pdf-file-in-web-browser.html

4/5

7/7/13

Asp.net Open PDF File in Web Browser using C#, VB.NET - ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,SSRS, XML exa
Asp.net Export WebPage with Images to PDF using iTextSharp in C# ... C# - Convert Datatable to JSON String in C#, VB.NET - ASP.NET,C# ... jQuery Show Gridview Row Details in Tooltip on ... - Asp.net Display Images in Asp.net Gridview from Database in C#, VB.NET ... ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server ... jQuery M edia Plugins ( 2 ) 3-TierArchitecture ( 1 ) ADO.NET ( 1 ) AbstractVsInterface ( 1 ) ActiveDirectory ( 1 ) Advertise ( 1 ) 3 tier architecture example in asp.net with C# Asp.net insert, Edit, update, delete data in gridview Introduction to Object Oriented Programming Concepts (OOPS) in C#.net jQuery 360 Degrees Image Display Plugins Examples with Tutorial Introduction to WCF - WCF tutorial | WCF Tutorial - Windows Communication Foundation | WCF Example | WCF Sample code in asp.net 3.5 | Basic WCF Tutorial for Beginners Interview Questions in ASP.NET,C#.NET,SQL Server,.NET Framework how to insert images into database and how to retrieve and bind images to gridview using asp.net (or) save and retrieve images from database using asp.net Simple login form example in asp.net Check Username and Password availability in database Ajax M odalPopUpExtender Example to edit the gridview row values in asp.net Ajax Cascading Dropdownlist Sample with database using asp.net Ajax Calendarextender ( 1 ) Ajax ConfirmbuttonExtender ( 1 ) AjaxAccordionControl ( 1 ) AjaxCalendarExtender ( 1 ) AjaxCollapsiblePanelControl ( 1 ) AjaxDragPanelExtender ( 1 ) AjaxPasswordStrength ( 1 ) AjaxRatingControl ( 1 ) AjaxSlideshowExtender ( 1 ) Arraylist ( 1 ) Assembly ( 1 ) Authorization ( 1 ) Chatting Plugins ( 1 ) CheckBoxList ( 1 ) CodingStandards ( 1 ) Cookie ( 1 ) Custom Right Click M enu ( 1 ) DataGrid ( 1 ) Fixed Header on Scroll ( 1 ) Generic List ( 1 ) HTM L ( 1 ) IP Address ( 1 ) ImportContacts ( 1 ) KeyBoard Key Codes ( 1 ) ListBox ( 1 ) M CC Award ( 1 ) Panorama Image Viewer Plugins ( 1 ) QueryString ( 1 ) RSSFeeds ( 1 ) RadioButtonList ( 1 ) Read/Write text file ( 1 ) ReadOnlyValues ( 1 ) Repeater ( 1 ) Resize Image ( 1 ) RichTextBox ( 1 ) SQL Constraints ( 1 ) SiteM ap ( 1 ) Social M edia Bookmark Plugins ( 1 ) Spell Checker ( 1 ) Testing ( 1 ) Trace M obile Number ( 1 ) Try Catch ( 1 ) UpdatePanel ( 1 ) VBScript ( 1 ) Virtual Keyboard ( 1 ) WPF ( 1 ) jQuery Audio Plugins ( 1 ) jQuery Cookie ( 1 ) jQuery M obile ( 1 ) jQuery Video Plugins ( 1 ) scroll top/bottom of div ( 1 ) setInterval ( 1 )

2010-2012 Aspdotnet-Suresh.com. All Rights Reserved. The content is copyrighted to Suresh Dasari and may not be reproduced on other w ebsites w ithout permission from the ow ner.

www.aspdotnet-suresh.com/2012/11/aspnet-open-pdf-file-in-web-browser.html

5/5

Você também pode gostar