ASP.NET中GridView和FormView的关系
我的问题是:我想当我在 gridview 中选择一行时,该记录没有在 formview 中显示?我该如何解决这个问题?
my question is: I want when I select a row in gridview , that record didnt desplay in formview? How can I solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,当我们实现主详细信息方案时,这些控件会一起工作。
请看一下本教程 教程 10 :使用带有详细信息 DetailView 的可选择主 GridView 的主/详细信息
看一下这个示例 GridView-FormView(主/详细)控件
这是一个视频教程 [第 8 课:] 使用 GridView 和 FormView
Usually these controls work together when we implement Master Detail Scenario
Take a look at this tutorial Tutorial 10: Master/Detail Using a Selectable Master GridView with a Details DetailView
Take a look at this example GridView-FormView (Master/Detail) Control
and here is an video Tutorial [Lesson 8:] Working with the GridView and FormView