I want disable saving photos in ASP.NET websiteTamer Khalil16yAsked Jan 23, 2010, 9:54 AM7.7kLearn iOS ProgrammingI want disable saving photos in ASP.NET website.
Hiren Soni16y agoPosted Jan 25, 2010, 12:55 AMin default.aspxwrite following codeand dont forget to accept answer=================== Untitled Page 0
Mahesh Chand16y agoPosted Jan 24, 2010, 10:07 PMJust make sure the folder you are trying to save the photos does not have WRITE permissions. That will make sure no files will be saved on the server.0
Tamer Khalil16y agoPosted Jan 24, 2010, 4:25 AMI don't wan't the users of the website to save the images in the website. I want to disable the right click menu when in my website.0
Hiren SoniPosted Jan 25, 2010, 12:55 AM
write following code
and dont forget to accept answer
===================
Mahesh ChandPosted Jan 24, 2010, 10:07 PM
Tamer KhalilPosted Jan 24, 2010, 4:25 AM
I want to disable the right click menu when in my website.