R
robert
I cannot figure out how to stream a file to the browser by the user
clicking a download link on a particular row in a gridview. I cannot
use the querystring method as I need to put the file into a session
variable when the linkbutton is pressed (otherwise I will be loading
each rows file into memory or I will have to save to file system or
database.
Basically on the rowcommand event I want to populate a session
variable with a file and send that to the browser in one response and
without disturbing the page that contains the grid.
Any ideas?
clicking a download link on a particular row in a gridview. I cannot
use the querystring method as I need to put the file into a session
variable when the linkbutton is pressed (otherwise I will be loading
each rows file into memory or I will have to save to file system or
database.
Basically on the rowcommand event I want to populate a session
variable with a file and send that to the browser in one response and
without disturbing the page that contains the grid.
Any ideas?