MainMenu/Window problems when enabling UseAjax
Hi, Apologies if this has already been covered. I've had a good look, but not been able to find an answer.
I have a MainMenu component that calls some "IF" statements through the onClick event. One of these events displays a Window that has a DBGrid that links to a mySQL database and a couple of buttons.
If I set "UseAjax" on the form to False, clicking on the menu displays the Window, but obviously doesn't allow the database to be updated. However, if I set UseAjax to be True, clicking the menu will not show the Window.
The "Visible" property of the Window is set to False by default when the page loads.
Can anybody point me in the right direction for this please?
Thanks for any help offered.
|