您目前尚未登陆,请选择【登陆】或【注册
首页->功能源码->Web图片管理系统代码>>List.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Web图片管理系统代码
当前文件:文件类型 PictureManager/List.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="List.aspx.cs" Inherits="List" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>图片管理系统</title> 8</head> 9<body> 10 <form id="form1" runat="server"> 11 <div> 12 <table border="1" style="width: 794px"> 13 <tr> 14 <td align="center" colspan="3"> 15 <asp:Label ID="Title" runat="server" Text="图片目录列表" Width="156px"></asp:Label></td> 16 </tr> 17 <tr> 18 <td align="center" style="width: 198px"> 19 <asp:Button ID="btnAddPicture" runat="server" Height="23px" Text="上传图片" Width="57px" OnClick="btnAddPicture_Click" /><br /> 20 </td> 21 <td align="center" rowspan="5" style="width: 203px"> 22 <asp:TreeView ID="treeList" runat="server" NodeIndent="10" 23 ShowExpandCollapse="False" Width="177px" OnSelectedNodeChanged="treeList_SelectedNodeChanged" Height="181px"> 24 <ParentNodeStyle Font-Bold="False" /> 25 <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" /> 26 <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px" 27 VerticalPadding="0px" /> 28 <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="0px" 29 NodeSpacing="0px" VerticalPadding="0px" /> 30 </asp:TreeView> 31 </td> 32 <td align="center" rowspan="5"> 33 <asp:Image ID="imagePic" runat="server" Height="187px" Width="342px" /></td> 34 </tr> 35 <tr> 36 <td align="center" style="width: 198px"> 37 <asp:Button ID="btnNewDir" runat="server" Height="24px" Text="新建目录" Width="57px" OnClick="btnNewDir_Click" /><br /> 38 </td> 39 </tr> 40 <tr> 41 <td align="center" style="width: 198px"> 42 <asp:Button ID="btnEditNode" runat="server" Height="24px" Text="修改项目" Width="57px" OnClick="btnEditNode_Click" /><br /> 43 </td> 44 </tr> 45 <tr> 46 <td align="center" style="width: 198px"> 47 <asp:Button ID="btnDeleteNode" runat="server" Height="23px" Text="删除项目" Width="57px" OnClick="btnDeleteNode_Click" /><br /> 48 </td> 49 </tr> 50 <tr> 51 <td style="width: 198px"> 52 </td> 53 </tr> 54 </table> 55 <br /> 56 <br /> 57 <br /> 58 59 &nbsp; 60 &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br /> 61 <a href="http://www.51aspx.com/CV/PictureManager" target="_blank" title="Asp.net源码下载专业站"> 62 63 </div> 64 </form> 65</body> 66</html> 67
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Web图片管理系统代码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号