A
adnan.masood
I want to put a image button on the page where if user clicks should
download a zip file for the user
I could do it following way but I want to put asp.net button.
<a href="Myzip.zip"><img src="images/download_trial_btn.gif"/></a>
download a zip file for the user
I could do it following way but I want to put asp.net button.
<a href="Myzip.zip"><img src="images/download_trial_btn.gif"/></a>