Simply give oncontextmenu event of Body tag to false will disable Mouse right click on entire web page as:-
Here is a code written in ASP.NET web page for how to disable right mouse button click on an ASP.NET page.
Disable Mouse Right Click in ASP.NET
Oncontextmenu="retain false"