Loading ...

Who is online?  0 guests and 0 members
home  »  blogs  »  Vivek Thakur  »  Export ASP.NET page to Word, Excel or PDF

Product Spotlight

ASP.NET Hosting Spotlight

 

Comments (6)

Prince
Hi,How to Open the word or excel file in a new browser or opening in a word application
7/18/2009
 · 
 
by
Abdul
Hi sir, I'm designin 1 web site using asp.net websites VS 2005. I cat print the Complete data which is there in Gridview to a hard copy. Can u please Help me sir. Thanking u...
4/9/2009
 · 
 
by
Atul
u r awesome vivek
9/22/2009
 · 
 
by
ev
Prince, Response.AppendHeader("content-disposition", "attachment; filename=whatever.doc");
9/28/2009
 · 
 
by
Archana
Archana T said:

Hi Vivek,

I want to transform my page contents as it is to PDF file.My page may contains datagrid and other server
controls.Can you please help me out how can I address this problem?.


Thanks

7/20/2010
 · 
 
by
Archana
Archana T said:

Hi Vivek,

I want to transform my page contents as it is to PDF file.My page may contains datagrid and other server
controls.Can you please help me out how can I address this problem?.


Thanks

7/20/2010
 · 
 
by

Confirm

Latest community blog posts

  • A person on the forums was struggling with jQuery tools tabs index issue on postback. On clicking the tabs and doing some postback the selected tab index was getting lost. Below is the solution on how to retaing the previous selected index which was there before postback. Complete Source: <%@ Pag...
  • I was working with jQuery tools tabs today and I had to set the initial index of tab selected by default. The solution is to set initialindex property in the options. Source: $("ul.tabs").tabs("div.panes > div", { initialIndex: 1 }) ; Complete code to test above: <html> <head> <tit...
  • A person asked me today how to get form authentication cookie and get the data present in it. I decided to write a short blog on it. Formauthentication cookie is saved with the name which we can get via FormsAuthentication.FormsCookieName property. The key here is to get the cookie via this name and...
  • While working with one of the sample application I noticed that form authentication timeout in web.config was overriding the manual ticket's (which we created via code) timeout. Below is the code which was written in the application: var ticket = new FormsAuthenticationTicket(1, "UserName", DateTime...
  • In this blog I will show how to select a range of characters in textbox with jquery. In my demo I have used one textbox and one button. On click of button arange of characters in textbox will be selected. Below is the sample code: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="ser...

Vivek Thakur's latest blog posts

Product Spotlight

ASP.NET Hosting Spotlight

 

Quick Vote

What kind of email newsletter would you prefer to receive from CodeAsp.Net?