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.
我在 asp.net 中有一个网站,只允许注册用户访问它。每个注册用户都会得到一个库来放入他的机器中。当该用户单击网站上的按钮时,它将调用该库中的函数。但我不知道如何调用这个函数。你能给我一些指导吗?
在大多数情况下,我在代码隐藏中定义了一个单击处理函数,然后将处理函数的名称传递给我要处理的控件的 OnClick 属性。