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.
可以通过编程方式将 gridview 寻呼机底部的页码(可点击)作为按钮访问吗?
asp.net 3.0 c#
完毕。我需要将 onclientclick 事件添加到页面按钮,并通过执行以下操作来实现:
myGridView.Attributes.Add("onClick", "setOKToClose();");
内页加载