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 中使用“删除”链接,但在我的情况下它不适合。我标记了我的删除按钮。
使用命令字段而不是链接按钮。或者你甚至可以使用看起来像一个按钮的 css。
您需要在网格中选择一行并为删除按钮执行 onclicke 事件。使其删除网格中的选定行,并将触发 rowdeleting 事件。
您不能将按钮直接绑定到 rowdeleting 事件。