ASP.NET:当在 Gridview 中选择项目时,如何在(弹出)窗口中显示 FormView?
我希望我的 GridView 和 FormView(或 DetailsView)能够协同工作。当选择 GridView 中的某个项目时,我想打开一个弹出窗口并显示有关所选项目的更多详细信息。
由于我是初学者,我希望获得特定信息,例如:在 GridView 中处理此事件,执行此操作以获取所选 GV 项目的 id,进行此调用以打开一个新窗口,在此窗口中进行此调用以获取信息与 id 关联并显示它。
谢谢。
I want my GridView and a FormView (or DetailsView) to work together. When an item in the GridView is selected, I want to open a popup window and display more details about the selected item.
Since I am a beginner, I'd appreciate specific info such as: handle this event in GridView, do this to get the id of GV item selected, make this call to open a new window, in this window make this call to get info associated with the id and display it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能对您有帮助:使用 GridView、DetailsView 和 ModalPopup 控件的主详细信息
this might help you: Master-Detail with the GridView, DetailsView and ModalPopup Controls