modalpopupextender
How to set TargetContrlID in ModalPopupExtender with a control in a GridView
How can I set TragetContriID to a HyperLink that is inside a GridView? I tried this : <asp:ModalPopupExtender ID=\"ModalPopupExtender1\" runat=\"server\"[详细]
2023-03-04 13:56 分类:问答Modalpopup Blocking Postback on Gridview
Whenever i add a ModalPopup into the page set the ok controlid, cancelcontrol id and target control id = hidden fieldId. Databind a Gridview to some data and add a button, link template field to the g[详细]
2023-03-02 22:24 分类:问答Ajax ModalPopup width problem
I have a modalpopupextender in one of my page. That modal is in a gridview. It works fine, the only problem is that its width is at around 90% of the screen. I do not want to hard code a width (that w[详细]
2023-02-27 09:29 分类:问答Cannot get ID of modalpopup in javascript
I have an update panel in my page. But modal popup is outside of that update panel. When i try to get modal popup from javascript either using document.getElementById or $g开发者_StackOverflow社区et o[详细]
2023-02-27 02:06 分类:问答Two ModalPopupExtenders used in the same way, only one works
Within a gridview, I have an \"Email\" button and a \"Delete\" button that opens up a Modal popup window using the modalpopupextender.The problem is that the Email window opens when the button is clic[详细]
2023-02-26 19:01 分类:问答any tool to view currently running scripts behind the scenes on a web page?
I have a asp.net application with silverlight file upload control (http://silverlightfileupld.codeplex.com/).when i try to hide the control after popup of modalpopupextender, some thing is running beh[详细]
2023-02-25 05:36 分类:问答Modalpopupextender panel, into a gridview
i\'ve a problem. Follow the source code <asp:GridView ID=\"gvMonitor\" runat=\"server\" AutoGenerateColumns=\"False\" DataKeyNames=\"ticket_id\"[详细]
2023-02-22 20:27 分类:问答ModalPopupExtender not displaying on button postback within updatepanel
I know this flavor of question has been asked multiple times, but I\'ve spent hours sifting through answers that don\'t match or don\'t work and I\'m at wits end.[详细]
2023-02-22 14:55 分类:问答Gridview not displaying in Panel associated with a ModalPopupExtender
I havetwo imagebuttons which are associated with a modalpopupextender. When I click imagebutton1, it opens up the panel and within that panel there is a grid which loads with the information. However,[详细]
2023-02-22 02:16 分类:问答ModalPopupExtender Button Problem
I am trying to figure out why my ModalPopupExtender keeps closing, everytime a user clicks either button its running the code behind because I put a break point in and it is breaking there, but the mo[详细]
2023-02-18 06:07 分类:问答