Ajax TabContainer Question
Question:
- I added an ajax tabcontainer control to my aspx page, the fi开发者_JS百科rst tab appears, but not the second or third tabs appear when I click on it? Can anyone help?
What are you using to style your tabs? If you're using divs for your tab content, try tables. I had my tabs styled with divs and hit the same problem. This may just be a workaround, but it works!
精彩评论