LeftMenu.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:2k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="LeftMenu.aspx.cs" Inherits="LeftMenu" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.        <table width="175" border="0" cellspacing="0" cellpadding="0"   height="500px">
  10.           <tr>
  11.           <td width="8px"  background="Images/body_left.jpg">
  12.        
  13.           </td>
  14.             <td vAlign="top" width="167px">
  15.                   <asp:datalist id="DL_Detail" runat="server" >
  16.         <FooterTemplate>
  17.         </FooterTemplate>
  18.         <ItemTemplate>
  19.         <TABLE cellSpacing="0" cellPadding="0" runat="server" border="0" >
  20.         <TR>
  21.         <TD  align="right"  background="Images/Menu_bg.jpg" width="20px"></TD>
  22.         <TD  align="left" background="Images/Menu_bg.jpg" width="140">&nbsp;&nbsp;。<A href='<%# DataBinder.Eval(Container.DataItem,"DefaultPage")%>' target="mainFrame"><%# DataBinder.Eval(Container.DataItem, "DisplayName")%></A></TD>
  23.         </TR>
  24.         <TR bgColor="#ffffff">
  25.         <TD height="1"></TD>
  26.         <TD><FONT face="宋体"></FONT></TD>
  27.         </TR>
  28.         </TABLE>
  29.         </ItemTemplate>
  30.         </asp:datalist>
  31.             
  32.             </td>
  33.           </tr>
  34.        </table>
  35.     </form>
  36. </body>
  37. </html>