i need to create an excel file of the result of my SQL query using ASP.
in my query form, i am supposed to have two buttons.
The first one is the submit (i have no problem directing the result of the query to another page). But i dont know what to do with the second button. THIS button should generate an excel version of the report / result of my query.
i was told to use a "session". but i dont know what this is or how to use it. how do i tell the "generate excel file" button to use the same parameters of my query and create the xls file. =(
i am fairly new with asp and VB AND im stuck on this for 2 days now..
please please help.
thanks in advance
in my query form, i am supposed to have two buttons.
The first one is the submit (i have no problem directing the result of the query to another page). But i dont know what to do with the second button. THIS button should generate an excel version of the report / result of my query.
i was told to use a "session". but i dont know what this is or how to use it. how do i tell the "generate excel file" button to use the same parameters of my query and create the xls file. =(
i am fairly new with asp and VB AND im stuck on this for 2 days now..
please please help.
thanks in advance