User-470027754 posted
I have tab container that has a custom user control in each of its Tab Panels. The user control has a button. When the button is clicked some validates are performed on the the contents on the panel. If it fails validations an alert
popup box is displayed. The problem I am running into is the entire Tab Container disappears while the popup box is displayed. once the user selects OK the Tab container is visible again.
I have added update panels on the around the page, tabcontainer, user control, button etc. to no avail.
Does anyone have any idea what is going on here.
Note: The code that registers the alert script is in the page code behind that contains the user control. The page registers with the custom control for the button click event.
Any help is greatly appreciated.
James