Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting Web into excel .net 2.0

Status
Not open for further replies.

bah1

Programmer
Feb 20, 2007
1
US
Hi,
Any body can tell me how to export the web result into excel file.
 
What's a "web result"?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I "web result" as i understand it, is the rendered page; how it looks
 
I "web result" as i understand it, is the rendered page; how it looks
If that's correct then you would just set the Response.ContentType to "application/vnd.ms-excel". However, I can't see why you would want your whole page written out to excel (unless you had a dedicated page that was used to serve up the results of course).


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top