ThatRickGuy
Programmer
I have a page that has an AJAX ModalPopupExtender on it. That extender opens a div that has an AJAX UpdatePanel on it. That update panel has a combo box, a list box and an ImageButton on it. The immage button (an OK button) is referenced by the popup extender as the default accept/close button. The image button also has code in the code behind page. The combo box is set to post back and the list box is populated on the combo box's selection change.
So here's the oddity. If I:
1) Click a button on the web page to open the modal popup
2) Click the 'OK' button
The code behind the OK button will NOT fire, but the popup will close correctly.
If I:
1) Click a button on the web page to open the modal popup
2) Select an item from the combo box
3) Click the 'OK' button
The code behind the OK button will fire, but the popup will NOT close.
Thoughts?
-Rick
VB.Net Forum forum796 forum855 ASP.NET Forum
I believe in killer coding ninja monkeys.![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)
So here's the oddity. If I:
1) Click a button on the web page to open the modal popup
2) Click the 'OK' button
The code behind the OK button will NOT fire, but the popup will close correctly.
If I:
1) Click a button on the web page to open the modal popup
2) Select an item from the combo box
3) Click the 'OK' button
The code behind the OK button will fire, but the popup will NOT close.
Thoughts?
-Rick
VB.Net Forum forum796 forum855 ASP.NET Forum
![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)
![[monkey] [monkey] [monkey]](/data/assets/smilies/monkey.gif)