How can I set TragetContriID to a HyperLink that is inside a GridView? I tried this : <asp:ModalPopupExtender ID=\"ModalPopupExtender1\" runat=\"server\"
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
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
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
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
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
i\'ve a problem. Follow the source code <asp:GridView ID=\"gvMonitor\" runat=\"server\" AutoGenerateColumns=\"False\" DataKeyNames=\"ticket_id\"
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.
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,
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