Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

TreeView doesn't work in IE 11 and works in all other web browsers and IE versions

$
0
0

My sours code

<%@ Page Language="C#" MasterPageFile="~/user.master" AutoEventWireup="true" CodeFile="latest_quarterly_updates.aspx.cs" Inherits="latest_quarterly_updates" %>

<asp:Content ID="Content1" ContentPlaceHolderID="header" Runat="Server">
    <style type="text/css">
#hor-minimalist-b td
{
border-bottom: 0px solid #ccc;
}
</style>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="headtitle" Runat="Server">
    LATEST QUARTERLY UPDATES - <asp:Literal ID="littype" runat="server"></asp:Literal>
</asp:Content >
<asp:Content ID="Content2" ContentPlaceHolderID="content" Runat="Server">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" >
                                <tr>
                                  <td valign=top > 
                                    <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                                      <tr> 
                                        <td height="40">
                                        <asp:Panel ID="pancontent" runat="server" Height="321px" ScrollBars="Auto"> 
                                          <table id="hor-minimalist-b" summary="Employee Pay Sheet">                                            
                                             <tr><td>
                                                 <asp:TreeView ID="treeyear" runat="server" 
                                                     CollapseImageUrl="~/images/folderopen_icon.jpg" ExpandDepth="0" 
                                                     ExpandImageUrl="~/images/foldeclose_icon.jpg" 
                                                     NoExpandImageUrl="~/images/pdf_icon.png" 
                                                     onselectednodechanged="treeyear_SelectedNodeChanged" 
                                                     AutoGenerateDataBindings="False" SkipLinkText="" CollapseImageToolTip="" 
                                                     ExpandImageToolTip="">
                                                 </asp:TreeView>
                                             </td></tr>

                                          </table>

</asp:Panel>
</td>
                                      </tr>
                                    </table>
                                  </td></tr>
                              </table>
</asp:Content>

                                             

Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>