Hello everybody!
I have a radgrid with a gridbuttoncolumn that lets me download files.
When clicking on this button the code does a response.binaryWrite(...)
Now the files always open in the same window (pdf, jpg, text etc.) and the application is gone.
I would like to open a new window, then the download should start. I read that I can only do this at client-side ?!
is this true?
can i achieve this behaviour somehow ???
thx in advance & kind regards
Markus
I have a radgrid with a gridbuttoncolumn that lets me download files.
When clicking on this button the code does a response.binaryWrite(...)
Now the files always open in the same window (pdf, jpg, text etc.) and the application is gone.
I would like to open a new window, then the download should start. I read that I can only do this at client-side ?!
is this true?
can i achieve this behaviour somehow ???
thx in advance & kind regards
Markus