Loading ...

How to export data(all) in xml file

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  data access   » How to export data(all) in xml file

How to export data(all) in xml file

Posts under the topic: How to export data(all) in xml file

Posted: 8/3/2010

Lurker 55  points  Lurker
  • Joined on: 10/22/2009
  • Posts: 7

Dear all,

  Here  I am creating a  web page and this, I will use a button(for convert excel), 

my code-

protected void btn_convert_excel_Click(object sender, EventArgs e)

    {

        ExpReport.ExportType = ControlFreak.ExportPanel.AppType.Excel;

    }

 when I click on the button all records are converted in xls only show on page data like 3(rowCount) data are copied/convert in xls page.

My question, when I click on the button convert all data in xls page. 

 

Please suggest me.

with regards,

Siddiqui


Posted: 9/25/2010

Professional 8505  points  Professional
  • Joined on: 5/3/2010
  • Posts: 391
  Answered

Hello @Vasim,

I really doubt your code does anything except giving the Type to the ExpReport object.

Can you please elaborate more on this?

Update
Check this blog post: http://weblogs.asp.net/hajan/archive/2011/01/30/gembox-spreadsheet-programmatically-create-excel-files-on-an-easy-way.aspx

Thanks,
Hajan


Page 1 of 1 (2 items)