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