I didn't have time to create a test project to reproduce this at the moment, but I thought I would give you a heads up anyway. It seems that setting the Visible property of a tab to false results in a javascript error on page load (client). The error is "'this._element' is null or not an object" and in debugging it appears that this occurs in the set_element function. A couple points that might help you reproduce the issue:
Thanks,
Larkin
- using latest release (Q2 2008 ASP.NET AJAX)
- setting Visible property of tab in the TabCreated event handler
- NavigateUrl property is empty
- TabStrip.AutoPostback is true
- Added 2 custom attributes, "Caption", and "NavigateUrl" (I need the url but need the tab to postback, not redirect as a link, hence adding the url as a custom attribute)
Thanks,
Larkin