Re: Rendering the page
- From: "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx>
- Date: Mon, 6 Jun 2005 02:39:03 -0700
There are a variety of ways you can accomplish such functionality.
Most of the techniques are covered here in detail:
http://SteveOrr.net/articles/ExcelExport.aspx
http://SteveOrr.net/articles/ExportPanel.aspx
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"simon" <simon.zupan@xxxxxxxxxxxxxxx> wrote in message
news:uFkLelmaFHA.580@xxxxxxxxxxxxxxxxxxxxxxx
> When user clicks excel button on the page, I would like to do:
>
> 1. read the content of the page
> 2. throw out all redundant content (I would like to show only the content
> of dataRepeater)
> 3.set the Response.ContentType = "application/vnd.ms-excel"
> 4.render the page
>
> How can I do that?
>
> Any example?
>
> Thank you,
> Simon
>
>
>
.
- Follow-Ups:
- Re: Rendering the page
- From: simon
- Re: Rendering the page
- References:
- Rendering the page
- From: simon
- Rendering the page
- Prev by Date: Loading Web Controls From The ViewState
- Next by Date: Checkbox in a datagrid
- Previous by thread: Rendering the page
- Next by thread: Re: Rendering the page
- Index(es):
Loading