I want to disable right click option in my web page is asp .net
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santosh UbalePosted Aug 8, 2014, 1:31 AM
http://www.jquerywithexample.com/2012/11/disable-right-click-using-jquery.html
2. Using JavaScript
http://www.codeproject.com/Articles/11222/Disabling-the-right-click-on-web-page
Sharad RathorePosted Aug 6, 2014, 9:06 AM
Thanks and Regards,
Sharad Kumar Rathore
RamuPosted Aug 1, 2014, 10:35 PM
I'll find this one
disableRightClick();">pradeep sharmaPosted Aug 1, 2014, 7:27 AM
you have to use javascript to disable right click on the page
oncontextmenu="return false">