Is there a way to call oncontextmenu event from call behind?
For example:
<asp:label id="label1" runat="server" text="My label" oncontextmenu="label1_oncontextmenu"></asp:label>
Please help me with this. I can do this in javascript and jquery but I want to do it in pure asp.net or c# code behind.
Thank you!