Download Images folder w.r.t a patient(eg: patient1,Patient2,Patient3....) on click of 'Download' Button
The database has
ID
Name
Images(here images path is stored)[eg:C:\ABC\Patient1\abc.gif,C:\ABC\Patient1\abcdef.gif,C:\ABC\Patient1\abczxc.gif, .....then C:\ABC\Patient2\pok.gif]
when i search w.r.t ID 1 i will get in images variable, path of all images which are associated with patient1
ie C:\ABC\Patient1\abc.gif,C:\ABC\Patient1\abcdef.gif,C:\ABC\Patient1\abczxc.gif
I want to add a download button with each row of the gridview which displays the results. On click of this download button(lets say ID 1)i want to download Patient1 folder!!!