J
jrcapp
Let's see if I can clearly explain what I am doing with AJAX.
On my Web site, I have a TabContainer that has 2 TabPanels. Inside
each Panel, I am dynamically (using a SQL query) creating an Accordion
AJAX control that displays the content in each tab. On the Header of
each Accordion, I am including a DropDownExtender control onto it. So,
when someone hovers over the text "[ + add ]" a drop down will appear
that they click on and their options appear.
On the first tab everything works perfectly. However, if I click on
the 2nd tab there's a problem. On the 2nd tab, when I hover over the
text "[ + add ]" the dropdown box appears, but when I actually click
on it to display the dropdown items, a grey bar about 1px wide and
10px tall appears instead of the content.
I decided to do a test to see what would happen if I only populated
the second tab with data and added no content in the 1st tab. I did
that and received the same result. So, it appears the issue is
ocurring with the Tab control.
Has anyone seen this before or have any idea why this would be
happening?
Thanks!
Jeremy
On my Web site, I have a TabContainer that has 2 TabPanels. Inside
each Panel, I am dynamically (using a SQL query) creating an Accordion
AJAX control that displays the content in each tab. On the Header of
each Accordion, I am including a DropDownExtender control onto it. So,
when someone hovers over the text "[ + add ]" a drop down will appear
that they click on and their options appear.
On the first tab everything works perfectly. However, if I click on
the 2nd tab there's a problem. On the 2nd tab, when I hover over the
text "[ + add ]" the dropdown box appears, but when I actually click
on it to display the dropdown items, a grey bar about 1px wide and
10px tall appears instead of the content.
I decided to do a test to see what would happen if I only populated
the second tab with data and added no content in the 1st tab. I did
that and received the same result. So, it appears the issue is
ocurring with the Tab control.
Has anyone seen this before or have any idea why this would be
happening?
Thanks!
Jeremy