开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜