DropDownLists disappear when ModalPopup is shown [modified]
-
I am new to ASP.Net 2.0 using VB. When the ModalPopup is shown, the DropDownLists disappear. Why? When these objects are on an UpdatePanel or not, they act the same way. There are several DropDownLists on my page. Each DropDownList populates the next. One of the DropDownLists is to show a ModalPopup with the description of the selected item. When the ModalPopup is shown, the DropDownLists disappear. When the ModalPopup is closed by the user, the DropDownLists reappear, but it takes several clicks to get the dropdownlists back in sync. This is unacceptable. If someone has had the same problem, I would appreciate hearing how you handled this. Thanks, Linda
modified on Sunday, August 17, 2008 8:24 PM
-
I am new to ASP.Net 2.0 using VB. When the ModalPopup is shown, the DropDownLists disappear. Why? When these objects are on an UpdatePanel or not, they act the same way. There are several DropDownLists on my page. Each DropDownList populates the next. One of the DropDownLists is to show a ModalPopup with the description of the selected item. When the ModalPopup is shown, the DropDownLists disappear. When the ModalPopup is closed by the user, the DropDownLists reappear, but it takes several clicks to get the dropdownlists back in sync. This is unacceptable. If someone has had the same problem, I would appreciate hearing how you handled this. Thanks, Linda
modified on Sunday, August 17, 2008 8:24 PM
R you using CSS in this page ?
cheers, Abhijit
-
I am new to ASP.Net 2.0 using VB. When the ModalPopup is shown, the DropDownLists disappear. Why? When these objects are on an UpdatePanel or not, they act the same way. There are several DropDownLists on my page. Each DropDownList populates the next. One of the DropDownLists is to show a ModalPopup with the description of the selected item. When the ModalPopup is shown, the DropDownLists disappear. When the ModalPopup is closed by the user, the DropDownLists reappear, but it takes several clicks to get the dropdownlists back in sync. This is unacceptable. If someone has had the same problem, I would appreciate hearing how you handled this. Thanks, Linda
modified on Sunday, August 17, 2008 8:24 PM
I think you are using the DHTML popup. It is normal the modal popup always makes the dropdown disappear this is the charecteristic of it.
-
I am new to ASP.Net 2.0 using VB. When the ModalPopup is shown, the DropDownLists disappear. Why? When these objects are on an UpdatePanel or not, they act the same way. There are several DropDownLists on my page. Each DropDownList populates the next. One of the DropDownLists is to show a ModalPopup with the description of the selected item. When the ModalPopup is shown, the DropDownLists disappear. When the ModalPopup is closed by the user, the DropDownLists reappear, but it takes several clicks to get the dropdownlists back in sync. This is unacceptable. If someone has had the same problem, I would appreciate hearing how you handled this. Thanks, Linda
modified on Sunday, August 17, 2008 8:24 PM
I read that IE7 took care of this problem and since I had IE6 on my machine it was worth a try and it worked. IE7 took care of the dropdownlists disappearing! Thank you for your replies. Linda