logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by neel on Tue 22 Jan 2008 in response to Keeping the boss happy

Problem Faced

Hey friends,


Actually I have an exporting problem in excel.When I am using code in different
page as abc_excel.asp (original page is abc.asp) and writing there
"Content-Type: application/vnd.ms-excel" it is working properly.I want to
export data in same page but only the report segment ie. without the filters as
combobox,submit button etc.


*abc.asp contains both filter part(with combo box,submit button with reporting
section etc)


*abc_excel.asp contains only reporting page where parameters are passed
through querystring.


Req:-export only reporting part to excel without the filter section in abc.asp
(WITHOUT GOING TO ABC_EXCEL.ASP)


Please revert for any quaries.