Hi,
I have an ajax modal panel with a div on it that I access from the server and dynamically insert a table into, by showing the values of various controls on the calling form.
My problem is this, it works fine if all my controls are doing auto postback, but it ruins the user experience, because tabbing through the controls, the controls lose focus during the automatic postback.
Is there a way to have my target control perform a postback, before it puts up the modal, so I can retrieve not posted controls data in the modal? It still has to put up the modal.
Any insights would be appreciated!
Thanks, John.