-
I am trying to use the following code to get a reference to a modalpopupextender, but when I check the value of the javascript variable 'modal' it is always null. What is the proper way to get a reference to the AJAX control using javascript? .vb Dim myStringBuilder As New StringBuilder(246)...
-
I have a javascript that disables a button for x seconds and then enables the button after x seconds pass. An update button checks for certain constraints, and if met, a modal popup is shown. The button the javascript is meant for is located in a panel displayed by this modal popup. Is there a way I...
-
I have an AJAX Application that I have been working on. At this point in the development - I have a modalpopupextender with a warning message and an OK and Cancel button. I have just been tasked with changing this to be three checkboxes and having the OK button disabled until all three boxes have been...
-
Need help. I have a table with three textboxes inside with diffent ID. On the same page I have Panel with GridView with two columns namely: "Code" and "Description" populated from objectdatasource. I added Ajax ModalPopupExtender which TargetID is the Panel. Each of the three textboxes...
-
Hello Experts,
I have around 10 textboxes in my form. On keydown of each textbox, I am opening a ModalPopupExtender for the users to update the values.
How to I get the coordinates of each texbox so that I can open the ModalPopupExtender next to the texbox instead of the center of the page.
If I...
-
I have a form that i created with 5 columns in it. Each column has a edit button on the bottom that fires a modal popup that i created using a detailsview bound to specific fields. After i click on that modal and edit the items on that record, it erases the info on the other column. I guess I'm not...
-
I can't get over how difficult ajax is. It's really discouraging. I can't get my ModalPopupExtender to close. I have an update panel in the masterpage, and an update panel within the panel that popups up. I get some odd behavior when I try to find workarounds. I just want to have the popup...
-
Hi i am using below code to show the msg in modal popup extender but when i am selecting first time form the combo then MPE is showing and hiding also. But when i am selecting from dropdown 2nd time then it is showing the msg in the modelpopupextender and but after hiding the MPE all the dropdownlists...
-
Hi Mike thanks for your quick response, I have one main page inside that I have the user control in the usercontrol I do have the link to open up the MPE (modalpopup extender). But in main page also I have one grid inside that I have column having combo box. Also in I have certain combo boxes in main...
-
Hi Guys In my project I am displaying a gridview with 3 columns "Name" and "Category". I am using ModalpopExtender to show a popup window when the user clicks on the one of the Row. I dont know where I am doing mistake Its not working for me . I am getting error TargetControlId is...