开发者

Ajax ModalPopupExtender with DataGrid bound Hyperlink

开发者 https://www.devze.com 2023-03-07 23:51 出处:网络
I am currently developing an ASP.net c# application. I have an Ajax Modal Popup Extender which I currently have working with an asp:button for testing purposes which I have got working fine.

I am currently developing an ASP.net c# application. I have an Ajax Modal Popup Extender which I currently have working with an asp:button for testing purposes which I have got working fine.

However, what I need to be able to do is I have a hyperlink bound to开发者_如何学Go a dataset being populated from a MySQL Database. The hyperlink passes parameters based on database columns. What I need to be able to do is to open the modal popup extender and display dynamic data based on the paramaters from the hyperlink url.

Hope this makes sense, thanks for any help you can provide.


If it is a LinkButton, open the ModalPopup in the click event of the LinkButton by calling the Show method. Process any data that you want to display in the panel before you display it.

0

精彩评论

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