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>