单击gridview行时打开模型弹出窗口

问题描述:

hiii,
有人可以说在网格视图中单击行时如何打开模式弹出窗口.

hiii,
can anyone pls say how to open modal pop up on click of row in grid view.

,在提出问题之前要在Google中进行搜索.检查此链接,它将为您提供帮助

Asp.Net GridView控件中的Ajax ModalPopup扩展器 [
before ask questions do a search in Google. Check this link, it will help you

Ajax ModalPopup Extender in Asp.Net GridView Control[^]


使用网格RowDataBound 事件.在其中,绑定javascript以按行显示模式弹出窗口.
Use Grids RowDataBound event. In it, bind the javascript to show modal popup row-wise.


是的,您可以在按钮上编写javascript并使用它来打开新的模式弹出窗口.
Yes, you can write the javascript on button & using that it will open the new modal popup.