Browse by Tags

Related Posts

  • Export data to Excel (Not HTML Tables)

    I have been searching for a way to do this but to no avail. I need to export a GridView to an Excel spreadsheet in the actual XLS format. Not HTML tables saved to a file with XLS extension. The reason being, I need to reimport the data using the OleDbConnection (so I can query it and such) and it does...
    Posted to Enterprise Services Integration (Forum) by phokus on 01-09-2007, 12:00 AM
    Filed under: GridView, asp.net 2.0, c#, Excel
  • Ajax Update Panel and Export to Excel Functionality

    Hello all, I've run into an issue here. I have a gridview control that I want to export to Excel. All is well when it's on a simple page. The problem lies once I add it to the page I want it on. When I place it under an UpdatePanel it completely stops working. I've search the net and still have not found...
    Posted to ASP.NET AJAX UI (Forum) by axeman420 on 03-14-2007, 12:00 AM
    Filed under: updatepanel, GridView, ajax, Update Panel, verifyrenderinginserverform, enableeventvalidation, excel, export to excel
  • Gridview to Excel using application/vnd.ms-excel

    We have been using this in classic ASP and I wanted to continue using it in ASP.NET. It works fine but I had to adjust the routine from what I found described at MSDN and all over the net. Here is what you find typically, for instance at MSDN: ' Set the content type to Excel. Response.ContentType...
    Posted to Data Presentation Controls (Forum) by RickInHouston on 07-09-2007, 12:00 AM
    Filed under: GridView, export to excel, asp.net 2.0, Excel, Export GridView to Excel, grid view
  • Re: Saving GridView data to a local XL file

    The following will pop-up a File Download window asking the user to Open, Save or Cancel. In your Source Code - avoid EnableEventValidation --------------------------------------------------------------------------------- <%@ Page Language="C#" EnableEventValidation="false" .....
    Posted to Data Presentation Controls (Forum) by pixelsyndicate on 12-20-2007, 12:00 AM
    Filed under: GridView, Excel, C# 2005
  • Controlling new data from an imported Excel Spreadsheet

    Hello all. Hopefully someone can help me out here. Here is my current situation. I currently have code (in C#) that imports Excel Spreadsheet data into SQL Server using OleDb and the SQLBulkCopy class. While that works perfectly, the problem is the spreadsheet is updated with new data multiple times...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by jbbates on 02-04-2008, 12:00 AM
    Filed under: sql, GridView, Excel, c#
  • gridview export to excel stop working after updatepanel added

    I've added an updatepaqnel for my gridview and the export to excel functionality stop working. System tell me that gridview must be placed in form tag with runat="server" What can I do? Please help! Thank you
    Posted to ASP.NET AJAX UI (Forum) by giovazza on 04-05-2007, 12:00 AM
    Filed under: GridView, AJAX, Excel, Export GridView to Excel, updatepanel
  • Custom export gridview to excel

    I have an editable gridview and want to eliminate the first column from exporting to Excel. I'm using this article for reference http://mattberseth.com/blog/2007/04/export_gridview_to_excel_1.html
    Posted to Data Presentation Controls (Forum) by mcp111 on 02-20-2008, 12:00 AM
    Filed under: GridView, Excel, export, .net
Page 1 of 1 (7 items)