Browse by Tags

Related Posts

  • Dataset to Excel, how can I make hyperlinks work?

    I've been stuck on this issue and could use some help. I have an application where I used this article ( http://support.microsoft.com/kb/319180 ) to take my DataSet and export it to a spreadsheet (XLS). This works just fine. However, I need to make it so that if I place a hyperlink in a column, it...
    Posted to Free For All (Forum) by votek on 02-29-2008, 12:00 AM
    Filed under: DataSet, excel, XSLT
  • How to copy data from one excel file to other excel file

    Hi I have two excel file (Ex1 and Ex2), both have same template (headers) and data will be populated from the dataset. Upto this step its works fine. My question : How to copy the data form 6th row to last row of "Ex2" and paste it into the "Ex1" after the last row in Ex1. Advance...
    Posted to Enterprise Services Integration (Forum) by SudhaYogesh on 09-12-2007, 12:00 AM
    Filed under: postback variables, querystring, selection, sql, sqldatabase, t code behind, update, VB.Net, ado.net, asp, ASP.NET, Asp.Net 1.1, Asp.Net 2.0, Asp.Net 2.0 and MS SQL Server 2005, asp.net 2.0 asp.net, asp.net 2.0 export to excel, Asp.Net 2.0 session, ASP.net 2.0 Tutorials, ASP.NET Sites, ASP.NET.NET 2.0, c#, C# code, database, datareader, dataset, datasource, excel, GridView field, Asp.NET2.0, grid view, reports, DotNet, Find Control
  • Excel to Sql

    Hi Thnks for the time I was trying to figure out how to insert the data that I read from an excel sheet into multiple tables in SQL Database 2005. // Connection string to the excel file string excelConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source= D:\\UserData.xls;"...
    Posted to Data Access and ObjectDataSource Control (Forum) by Poise on 05-25-2007, 12:00 AM
    Filed under: ADO.NET, DataSet, Excel
  • Re: Help me on how to Export datagrid data to Excel?

    public static void ConvertDstoExcel(DataSet ds ,HttpResponse response) { response.Clear(); response.Charset = ""; response.ContentType = "application/vnd.ms-excel"; StringWriter stringWrite = new StringWriter(); HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWrite); DataGrid...
    Posted to Data Presentation Controls (Forum) by waqas_w on 12-08-2009, 12:00 AM
    Filed under: GridView, Excel, dataset
  • How to create Excel Cross Tab Report

    Hello everyone, I am wandering that how can I create Cross-Tab Report with DataSets and display the data in Microsoft Excel with C#?
    Posted to Enterprise Services Integration (Forum) by shak on 12-18-2009, 12:00 AM
    Filed under: Excel, C#, DataSet, Cross Tab
Page 1 of 1 (5 items)