I am using a modal popup for to display login box. The modal popup is in the master page and associated with a LogIn link therein. Now I want to call the same modal popup in a child page using a diffe
I am trapped in one problem. I have a page which contains some taxboxes. When I click in one particular texbox,it should open another page in ModelPopUpExtender. Now what I want is when the child page
I have a gridview that is filtered with a dropdown box. The gridview has LinkButtons that call a ModalPopUpExtender to display data. Once the gridview is filtered and a LinkButton is clicked the GridV
I\'m using the AjaxControlToolkit, which I haven\'t used in a while so I know I\'m a bit rusty.I created a simple form in an asp:Panel with one field and a required field validator.I would like to kee
I have a gridview where I have button for each row. After clicking this button, the Modal PopUp Extender Panel is opened (with PanelName.Show()). The Panel contains a user control, which shows some la
I am using a 3rd party datetime picker on an asp.net page. Here is a link to the control: http://markbeaton.com/SoftwareInfo.aspx?ID=868292da-e93e-4e85-b455-41263ed15cd5
I have an aspx page with an iFrame. The iFrame\'s src is set to a child aspx page. I somehow need to display a modal popup form on the parent aspx page, to be shown when clicking a button on the chil
I\'m using ModelPopupExtender for login popup. After I set De开发者_如何学GofaultButton for Panel that contain login button, it doesn\'t fire click event when I press Enter key.
I\'m trying to call a modal popup extender from javascript. Here\'s the call: function MyFunction() {alert(\"test\");
ModalPopupExtender control is not working correctly. The problem is,while click on the popup \"OK\" button, the code behind the \"OK\" button is not working. Please guide me to resolve the problem. Pl