modalpopupextender
Cannot call modal popup of master page in child page
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[详细]
2023-03-28 10:48 分类:问答Is there any alternate control to grid view which has same facility as grid view?
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[详细]
2023-03-27 20:22 分类:问答Gridview Filter Results Change After ModalPopUpExtender Called
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[详细]
2023-03-27 15:43 分类:问答Modal Popup Closing when clicking OK, even if form validation fails
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[详细]
2023-03-27 05:24 分类:问答How to refresh an opened popup extender panel
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[详细]
2023-03-26 10:11 分类:问答Datetime picker behind ModalPopupExtender
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[详细]
2023-03-21 23:18 分类:问答ASP.NET Call Parent ModalPopupExtender (javascript or jquery)
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[详细]
2023-03-21 04:02 分类:问答ModelPopupExtender and Enter key press
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.[详细]
2023-03-20 22:32 分类:问答Why won't my ModalPopupExtender show? ASP.NET & javascript
I\'m trying to call a modal popup extender from javascript. Here\'s the call: function MyFunction() {alert(\"test\");[详细]
2023-03-19 15:00 分类:问答ModalPopupExtender not working correctly
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[详细]
2023-03-19 02:18 分类:问答