Click here to Skip to main content
15,914,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one tree view in aspx page and i bound the nodes of tree view in code behind page. but now the problem is that the tree view is populating in IE and Chrome but not in Mozilla fire fox


plz help...

aspx code

XML
<td align="left">
                                                                                   <asp:TreeView ID="tvOfficers" runat="server" ExpandImageToolTip="expand" NodeStyle-VerticalPadding="3"
                                                                                    CollapseImageToolTip="collapse" 
                                                                                    SkinID="Simple" ExpandDepth="2" NodeWrap="True" CssClass="arial16grey_act"
                                                                                    NodeIndent="0" CollapseImageUrl="~/images/yoo.gif" ExpandImageUrl="~/images/yoo.gif"
                                                                                    Width="100%">

                                                                                   </asp:TreeView>
                                                                               </td></tr>
Posted
Comments
ZurdoDev 17-Apr-12 10:06am    
Where is the code where you are databinding it or adding items?

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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