如何在单击表行时回发-MVC
我的视图中有一个动态创建的表。每个表都有一个隐藏字段,并且有一个唯一的 ID。
当用户单击表行时,我需要回发,并且我必须在控制器中获取相应的隐藏字段值。
当用户单击行时如何回发。
I have a dynamically created table in my view. Each table have a hidden field and that have a unique id.
I need a post back while user click on table rows and i must get corresponding hidden field value in controller.
How can i post back while user click on rows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
终于得到答案了。只需捕获表格行点击事件并提交表单即可。代码如下
视图所示
Finally got the answer.Just catch the table row click event and submit the form.The code is shown below
in view