Re: Rendering the page



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
>
>
>


.


Loading