Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi ALL,

I have nested Tab container in my website. For first time ,when i load the page, it will be showing all the controls with respective their tab. But when i do any operation on outside the tab container,then the controls from one tabPanel moves to another tabPanel.Also i found that,if if some tabPanel visibility is false or hidden,then such kind of problem occurs. SO can you please tell me how to solve this issue. I did not put any visibility = false in any tabPanel. But its automatically coming false for only one tab. So can you please tell me how to solve that problem ASAP.

Thanks
SSL
Posted
Comments
Debabrata_Das 27-May-14 10:27am    
It would be helpful if you could provide some code snippet.
Prasad Khandekar 27-May-14 10:30am    
Please have a look at (http://www.asp.net/ajaxlibrary/tabs-control.ashx) or (http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/tabs/tabs.aspx)

1 solution

I solve this problem with myself.
Actually i have created the two common controls and their refreances are present in both the tab.
So when page partially refresh,it will make one tab as hidden. So due to that ,controls moved to another tab.

I just came to know ,do not use any controls from one tab to another tab. It will solve the problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900