开发者

ASP.NET: How to display a FormView in a (popup) window when item selected in Gridview?

开发者 https://www.devze.com 2023-03-12 13:16 出处:网络
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.

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 su开发者_C百科ch 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.


this might help you: Master-Detail with the GridView, DetailsView and ModalPopup Controls

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号