Hi,
On my aspx page (MyPage.aspx), I am issuing the following commnad
Response.Redirect(ImgURL) ' Where ImgURL is the Absolute Path of the Image
On the image page, if I right click on the image to save it it will try to save it with MyPage.aspx instead of the Image name.
How can I force him to show the image name in the save dialog box?
Thanks
Shafiq
On my aspx page (MyPage.aspx), I am issuing the following commnad
Response.Redirect(ImgURL) ' Where ImgURL is the Absolute Path of the Image
On the image page, if I right click on the image to save it it will try to save it with MyPage.aspx instead of the Image name.
How can I force him to show the image name in the save dialog box?
Thanks
Shafiq