Asp.net 网格视图
我无法在 gridview 中编辑详细信息。 当我单击“编辑”链接(命令字段)时,会触发行编辑事件,但是当我单击“更新”链接时,会再次触发行编辑事件,并且根本不会触发更新事件。
有什么建议吗?
I am nt able to edit the details in gridview.
When i click on Edit link(Command Field), row editing event is fired but when i click on update link , row editing event is fired again and update event is not getting fired at all.
Any suggestions ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
示例代码:
也许您应该尝试使用调试器并检查。
这里我给大家举了一个例子。
Sample Code:
May be you should try using debugger and check.
Here i have given an example for you.