您目前尚未登陆,请选择【登陆】或【注册
首页->电子商务->我的小书坊源码(三层实现)>>BookStatistics.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:我的小书坊源码(三层实现)
当前文件:文件类型 MyBookShop/BookStatistics.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="c#" Inherits="MyBookShop.Web.BookStatistics" CodeFile="BookStatistics.aspx.cs" %> 2 3<%@ Register TagPrefix="MyBookShop" TagName="HeaderMenu" Src="UserControls/HeaderMenu.ascx" %> 4<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 5<html xmlns="http://www.w3.org/1999/xhtml"> 6<head id="Head1" runat="server"> 7 <title>浏览图书</title> 8 <link href="Styles/style.css" rel="stylesheet" type="text/css" /> 9</head> 10<body> 11 <form id="Form1" method="post" runat="server"> 12 <table id="Table1" style="z-index: 101; left: 8px; width: 504px; position: absolute; 13 top: 8px; height: 120px" cellspacing="0" cellpadding="0" width="504" border="0"> 14 <tr> 15 <td align="center" colspan="4"> 16 <MyBookShop:HeaderMenu ID="headerMenu" runat="server"></MyBookShop:HeaderMenu> 17 </td> 18 </tr> 19 <tr> 20 <td style="width: 99px" colspan="4"> 21 &gt;&gt;统计信息</td> 22 </tr> 23 <tr style="background-color: aqua"> 24 <td style="height: 2px" colspan="1" rowspan="1"> 25 </td> 26 <td style="height: 2px" colspan="1" rowspan="1" align="right"> 27 ※统计方式: 28 <asp:DropDownList ID="DropDownListType" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownListType_SelectedIndexChanged"> 29 <asp:ListItem Value="图书类别">图书类别</asp:ListItem> 30 <asp:ListItem Value="出版社">出版社</asp:ListItem> 31 <asp:ListItem Value="价格">价格</asp:ListItem> 32 </asp:DropDownList></td> 33 <td style="height: 2px"> 34 </td> 35 <td style="height: 2px"> 36 </td> 37 </tr> 38 <tr> 39 <td align="center" colspan="4"> 40 <asp:Image ID="Image" runat="server"></asp:Image><br /> 41 </td> 42 </tr> 43 <tr style="background-color: aqua"> 44 <td align="left" style="background-color: aqua" colspan="4" rowspan="1"> 45 </td> 46 </tr> 47 </table> 48 </form> 49</body> 50</html> 51
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:我的小书坊源码(三层实现)
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号