Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
In my ASP.NET usercontrol use a ie:tabstrip control with multipage (having 2 tabs with 2 views). On clicking different tabs it shows different part of the page.
It works fine in IE but in Firefox on clicking on second tab nothing happens. How to reslove this problem?

Any help is much appriciated. Thanks.
Posted
Updated 7-Oct-10 22:31pm
v2
Comments
NMehta83 8-Oct-10 1:53am    
If you have used any javascript or css to show the tab then you should aware of which properties will work in all the browser. Like if you have used <div> and you show it through javascript then it's visibility should be "block" to work in both browser but if you used "inline" then it may not show you. So please provide your code to invetigate the issue.
thatraja 8-Oct-10 6:47am    
Did Firefox "Error Console" displayed any error while you clicked the second tab?

1 solution

paste some code plz. i might be able to help you..
 
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