Tab with aspx via ajax href attribute
Hi all,
I am having a couple of problems related to playing aspx pages as the tab contents. Our scenario is to generate the tabs dynamically in response to an ajax request with the href attribute pointing to the same aspx just with different query string arguments to distinguish them.
First problem is the "remove" functionality isn't working. We are trying various ways of hiding to get rid of a tab and its panel but that approach really seems kludgey.
The second problem is when the page is destroyed, a script debugger will go crazy with interaction problems in the microsoft ajax library (the one include with .net 3.5) weird stuff. I was thinking this one might be because the script is getting confused by all identities being duplicated by each tab.
Any suggestions.