I have used the ajax popup in my application where one link opens a popup and from the popup, there is another popupextender that gets opened. This popup is not center aligned. Is there any way i c开发
I am using a ModalPopupExtender within an updatePanel to show a detailView when a user selects a \"Details\" Button within a GridView.
I have a ASP.NET page where a modal popup exten开发者_如何转开发der is shown when we click on a link button...There is a submit button in the Modalpopup extender which inserts the data into a DB table
I have a simple ModalPopupExtender sample but can\'t seem to get it working properly. I\'ve followed the code from an online sample and it\'s similar to a lot of the other online examples but when I r
How do I use a GridView TemplateField containing a LinkButton that is to display the modal on click? I have rows of data that I want to update the details of when clicking the \'Edit\' LinkButton in t
I have an ajax control toolkit modal popup on my page and in that modal popup i have a gridview on which user select some item through checkbox on each row of gridview. Whenever user check or uncheck
I receive this error when the page loads: Invalid argument. On this line: a._innerTB.style.width=a._inputFile.offsetWidth-107+\"px\"
I have a Button on a page. This button opens a ModalPopupExtender. Inside this popup there is an UpdatePanel for showing an error before hiding the popup. But when I click on the button ok and when th
I have this page where in i have a ModalPopupExtender. Now the panel that shows up as a Mo开发者_开发知识库dalPopup has 2 buttons namely \"Invite\" and \"Cancel\". My problem is that when i click on e
I have a ModalPopup in the ItemTemplate of a GridView like <ItemTemplate> <asp:LinkButton ID=\"lnkbtnSeek\" CommandArgument=\'<%# Eval(\"ID\") %>\' runat=\"server\" Text= \"Info\" Comm