Rendering the page

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top