H
hunt n peck
I want to provide the user with the ability to perform a search, fine-tune
the search results, and then download the results in Excel format.
The desired effect:
1- user enters search criteria into a web form and hits "Search"
2- a list of results appears below the search criteria (i.e. user can
make changes to search criteria and re-hit "Search")
3- the user is happy with his search results
4- user hits "Download" button
5- an Excel spreadsheet containing that same data is made available for
download
I need to perform all of this functionality from one single ASPX page. I
dont want have to duplicate the all the functionality for multiple pages.
Any ideas? Will multipart HTTP content help?
I have been sort of ineffective at explaining my question so please forgive
my similar postings.
the search results, and then download the results in Excel format.
The desired effect:
1- user enters search criteria into a web form and hits "Search"
2- a list of results appears below the search criteria (i.e. user can
make changes to search criteria and re-hit "Search")
3- the user is happy with his search results
4- user hits "Download" button
5- an Excel spreadsheet containing that same data is made available for
download
I need to perform all of this functionality from one single ASPX page. I
dont want have to duplicate the all the functionality for multiple pages.
Any ideas? Will multipart HTTP content help?
I have been sort of ineffective at explaining my question so please forgive
my similar postings.