Hello all,
I would greatly appreciate any help on my current problem. Using the latest release(2007-09-20) of the AjaxToolkit, I'm having a crippling problem with the ModalPopUp.
I have a button that when clicked, the client is presented a form to fillout via the ModalPopUp. Everything loads correctly however the form is just a bit longer than the page. While the scroll bars show and the actual page behind the popup does scroll, the
ModalPopUp is LOCKED in a fixed position and will not scroll with the page. This means anything not shown in the window, cannot be viewed or accessed via a mouse(keyboard TAB only). Basically, my Submit/Cancel buttons are now below the bottom of the
page and the client cannot click them. If I set Y coordinates of the ModalPopUp to the top of the page I get the position change, but the same non scrolling result.
You can duplicate this by adding a bunch of controls or <br/> tags between the content and the bottom of the popup to push your submit/cancel buttons bellow what your monitor can display.
PLEASE HELP!!!!! [:'(]