ASP.net Open PDF File in Web Browser Using C#, VB.net ...

January 4, 2018 | Author: Anonymous | Category: ASP.NET
Share Embed


Short Description

Introduction Here I will explain how to open pdf file in web browser in asp.net using C# and VB.NET. Description In prev...

Description

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

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 By: Suresh Dasari Nov 2012technologies

using C#, VB.NET

Follow @aspdotnetsuresh

TRACE MOBILE NUMBER

2,559 follow ers

ADVERTISE

Search This Site

Categories: Asp.net , C#.Net , General , VB.NET 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

Open PDF File in Web Browser in asp.net

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

4

Now open Default.aspx code behind file and add following namespaces C# Code

using System; using System.Net; Once namespaces added write the following code

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);

Select Language Pow ered by

Translate

if (buffer != null) { Response.ContentType = "application/pdf"; Response.AddHeader("content-length", buffer.Length.ToString()); Response.BinaryWrite(buffer); } } VB.NET Code

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

Recent Posts

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 »

Imports System.Net

7 jQuery Star Rating Plugin Examples Tutorials More »

Partial Class VBCodetoShowPDF Inherits System.Web.UI.Page Protected Sub Page_Load(sender As Object, e As EventArgs)

jQuery Create Read Cookie Get Set Delete Cookies Example More »

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)

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 »

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

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 »

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

Get Latest articles in your inbox for free. Enter your email address:

6,675 people like Aspdotnetsuresh.

15 Subscribe

Like

If you enjoyed this post, please support the blog below. It's FREE!

1

Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our

Tw eet

4

Facebook, Twitter, RSS feed, or by email.

Like

6.6k

4

Follow @aspdotnetsuresh

2

Subscribe by RSS

F acebook social plugin

Subscribe by Email

2,559 follow ers

Share

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

Disable Weekend’s in jQuery Datepicker

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

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

16 comments : Mehtab Ali said...

in jQ... Show Alert M essage to Upgrade their IE browser in ...

1

jQuery Show Alert M essage using Asp.net jQuery Accordion M enu | jQuery Vertical Accordion ...

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

Ajax Country State City Dropdown Example in Asp.ne...

November 5, 2012 at 1:17 AM ramesh.j said...

jQuery M ove Tooltip with M ouse M ove or Cursor Exam...

2

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...

November 20, 2012 at 12:40 AM Anonymous said...

SQL Server Nested WHILE Loop Example

3

Thanks.... but how i can ad text in pdf files using itextsharp.dlll

SQL Server EXIT or BREAK from WHILE Loop with Exam... SQL Server While Loop Example with stored procedur...

November 25, 2012 at 1:38 AM

Country State City Cascading Dropdownlist in

Anonymous said...

Difference between Asp.net SessionState and

Asp.n...

4

How to disable to Right Click and print option and control in key on pdf files

ViewSt... Asp.net Session State Example in C#, VB.NET

December 28, 2012 at 6:30 AM

Keyboard Shortcut Keys for Visual Studio 2008, 201...

Anonymous said...

Asp.net Open PDF File in Web Browser using C#, VB....

5

in this page "facebook" pops up while on mouseover effect and then gets actual position after mouseover

Asp.net ViewState Example in C#, VB.NET Code for Forgot Password in Asp.net using C#,

completes.I want to add such effect in my website but can not identify which control is used over there.plz let me

VB.N...

know about it with detail.

► October ( 47 ) ► September ( 42 )

January 3, 2013 at 12:20 AM Anonymous said...

► August ( 18 ) ► July ( 37 )

6

► June ( 16 ) ► M ay ( 15 )

How to disable right click in pdf file on browser

► April ( 24 ) ► M arch ( 11 )

January 4, 2013 at 8:27 AM

► February ( 7 ) Anonymous said... How to display xml file in browser using asp.net with c#..

7

► January ( 17 ) ► 2011 ( 131 ) ► 2010 ( 77 )

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

Asp.net ( 424 )

sir how can i get data from web site but this site is open only in Internet explorer and then how can i automatically

General ( 268 )

open internet and goto loggin using sending credential after that i want to extract data and store into data base

JQuery ( 197 )

using C# lang .please help me ti achive

Code Snippets ( 103 ) Javascript ( 84 ) SQL Server ( 84 )

April 26, 2013 at 2:46 AM

Gridview ( 76 ) pratibha said...

9

This comment has b een removed b y the author.

C#.Net ( 69 ) VB.NET ( 57 ) JQuery Plugins ( 47 ) Errors ( 36 )

May 2, 2013 at 4:59 AM

Ajax ( 31 ) pratibha said...

10

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

Interview Questions ( 30 ) DropdownList ( 18 ) Authentication ( 16 )

server 2008 in bytes..type of column in sql server is varbinary(max) ....pls help...

DatePicker ( 15 ) Fileupload ( 15 )

May 2, 2013 at 5:07 AM

SharePoint ( 15 ) validations ( 15 )

sakthideveloper said...

11

its very useful to me sir. how to diable the save option in the pdf file. thanks in advance.

M embership ( 14 ) Google API ( 12 ) IISServer ( 12 ) JSON ( 12 )

May 5, 2013 at 8:23 PM

Crystal Reports ( 11 ) Google M APS ( 11 )

Ankit Bansal said...

12

hi, its working only for pdf file, but wants to show all file as like doc, xls file.

CSS ( 10 ) SendM ail ( 8 ) AutoComplete ( 7 ) ExcelSheet ( 7 )

June 13, 2013 at 3:00 AM

InternetTips ( 7 )

Neeraj Kumar said...

13

Hello,Can be set file name while saving the file using save button.

ToolTip ( 7 ) AjaxM odalPopupExtender ( 6 ) CheckBox ( 6 ) ExportGridviewData ( 6 )

June 13, 2013 at 5:37 AM

M enu ( 6 ) SQL Joins ( 6 )

Anonymous said...

14

how to show multiple pdf files in a slider

SlideShow ( 6 ) Windows Application ( 6 ) XM L ( 6 ) DataList ( 5 )

June 30, 2013 at 4:35 AM

M odalpopup ( 5 )

Anonymous said...

15

WebService ( 5 ) Dynamic Controls ( 4 )

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

Facebook ( 4 )

suggestion... Parth:)

Twitter ( 4 ) WCF ( 4 )

June 30, 2013 at 4:45 AM

Windows Service ( 4 ) YouTube ( 4 )

ashwanisaxena said...

16

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

jQuery M enu ( 4 ) jQuery UI ( 4 ) Accordion M enu ( 3 ) AjaxAsyncFileUpload ( 3 ) EncryptionandDecryption ( 3 )

July 1, 2013 at 10:04 PM

LightBoxEffect ( 3 ) OOPS Concepts ( 3 )

Give your Valuable Comments

Visual Studio ( 3 ) ZIP UNZIP Files ( 3 )

Enter your comment...

web.config ( 3 ) 360 Degree View Plugins ( 2 ) AjaxAutoCompleteExtender ( 2 ) AjaxTabContainer ( 2 ) Average rating ( 2 ) Blog Statistics ( 2 ) Flip Effect ( 2 )

Comment as: Google Account

Global.asax ( 2 )

Publish

Preview

Linkedin ( 2 ) M ultilineTextbox ( 2 ) News Ticker in jQuery ( 2 ) PDF Viewers ( 2 )

Newer Post

Home

Subscribe to: Post Comments ( Atom )

Other Related Posts

Older Post

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

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# ...

jQuery M edia Plugins ( 2 )

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

3-TierArchitecture ( 1 )

jQuery Show Gridview Row Details in Tooltip on ... - Asp.net

ADO.NET ( 1 )

Display Images in Asp.net Gridview from Database in C#, VB.NET ...

AbstractVsInterface ( 1 )

ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server ...

ActiveDirectory ( 1 ) Advertise ( 1 ) Ajax Calendarextender ( 1 )

3 tier architecture example in asp.net with C#

Ajax ConfirmbuttonExtender ( 1 ) Asp.net insert, Edit, update, delete data in gridview

AjaxAccordionControl ( 1 ) AjaxCalendarExtender ( 1 )

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

AjaxCollapsiblePanelControl ( 1 ) AjaxDragPanelExtender ( 1 ) AjaxPasswordStrength ( 1 ) AjaxRatingControl ( 1 ) AjaxSlideshowExtender ( 1 ) Arraylist ( 1 )

Interview Questions in ASP.NET,C#.NET,SQL Server,.NET Framework

Assembly ( 1 ) Authorization ( 1 )

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

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

View more...

Comments

Copyright © 2017 DATENPDF Inc.