Hi,
Does anyone know if there is a way to have a jQuery UI dialog overlay an AJAX ModalPopupExtender? Basically, I have a button on my modal form that I'd like to fire a fold out dialog box when clicked. I figured out how to assign the click event to the button (which is a neat trick) by searching the web. But, the dialog always displays behind the modal form. Even when I find the buttons current zIndex and add 10 to the dialog's zIndex. No matter what I try it shows behind the modal form.
Any help would be greatly appreciated and thank in advance!