Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从后面的调用中调用 oncontextmenu 事件?
例如:
<asp:label id="label1" runat="server" text="My label" oncontextmenu="label1_oncontextmenu"></asp:label>
请帮我解决一下这个。我可以在 javascript 和 jquery 中执行此操作,但我想在纯 asp.net 或 c# 代码中执行此操作。
谢谢!