如何强制用户从gridview中选择一个项目
- 我有一个 gridview
- 我正在处理 VS2008 ASP.Net 表单
目前,除非用户从 gridview 中选择一个项目,否则我的更新语句不起作用。如何确保用户在执行更新之前点击 1?
- i have a gridview
- i am working on VS2008 ASP.Net forms
Currently, my update statement does not work unless the user selects an item from the gridview. How do i ensure that the user clicks on 1 before the update is executed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
利用: GridView.SelectedIndex 属性< /a> - 获取或设置 GridView 控件中选定行的索引。
Make use of : GridView.SelectedIndex Property - Gets or sets the index of the selected row in a GridView control.