So I've searched the forum for info on how to get ModalPopups to consistantly Pop-Up on top of all other page elements when using relative positioning and z-indices. I've seen multiple answers, and the one that seems to work best is to modify the JavaScript file as mentioned here: http://forums.asp.net/p/1070117/1558880.aspx#1558880
Is this really the "best" method? The option of moving the ModalPopup is out because it's in a ContentPlaceHolder and the LinkButton to fire it is also in there, so to move it to the main content, causes and error because the firing element isn't created until the end.
I'd like anyone's opinion on this.
Thanks,
Eric