您目前尚未登陆,请选择【登陆】或【注册
首页->上传下载->多用户文件上传管理程序源码>>edituser.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:多用户文件上传管理程序源码
当前文件:文件类型 FileSystem/edituser.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="edituser.aspx.cs" Inherits="edituser" %> 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 <asp:ListBox ID="ListBox1" runat="server" Height="116px" Style="z-index: 100; left: 12px; 13 position: absolute; top: 47px" Width="92px"></asp:ListBox> 14 <asp:Button ID="Button1" runat="server" Height="29px" Style="z-index: 101; left: 178px; 15 position: absolute; top: 272px" Text="从该组删除" Width="84px" /> 16 &nbsp; 17 <asp:ListBox ID="ListBox2" runat="server" Height="114px" Style="z-index: 102; left: 176px; 18 position: absolute; top: 156px" Width="92px"></asp:ListBox> 19 <div style="z-index: 107; left: 17px; width: 77px; position: absolute; top: 26px; 20 height: 9px"> 21 所有用户</div> 22 <asp:DropDownList ID="DropDownList1" runat="server" Style="z-index: 103; left: 173px; 23 position: absolute; top: 108px"> 24 </asp:DropDownList> 25 <div style="z-index: 108; left: 109px; width: 68px; position: absolute; top: 108px; 26 height: 11px"> 27 添加到组</div> 28 <div style="z-index: 109; left: 174px; width: 116px; position: absolute; top: 136px; 29 height: 15px"> 30 该组所有用户</div> 31 <asp:Button ID="Button2" runat="server" Height="24px" Style="z-index: 104; left: 108px; 32 position: absolute; top: 73px" Text="删除用户" Width="79px" /> 33 <asp:Button ID="Button3" runat="server" Height="26px" OnClick="Button3_Click" Style="z-index: 105; 34 left: 108px; position: absolute; top: 46px" Text="添加用户" Visible="False" Width="79px" /> 35 <asp:CreateUserWizard ID="CreateUserWizard1" runat="server" BackColor="#F7F6F3" BorderColor="#E6E2D8" 36 BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" 37 Height="236px" Style="z-index: 110; left: 100px; position: absolute; top: 42px"> 38 <WizardSteps> 39 <asp:CreateUserWizardStep runat="server"> 40 <CustomNavigationTemplate> 41 <table border="0" cellspacing="5" style="width: 100%; height: 100%"> 42 <tr align="right"> 43 <td align="right" colspan="0"> 44 <asp:Button ID="StepNextButton" runat="server" BackColor="#FFFBFF" BorderColor="#CCCCCC" 45 BorderStyle="Solid" BorderWidth="1px" CommandName="MoveNext" Font-Names="Verdana" 46 ForeColor="#284775" OnClick="StepNextButton_Click" Text="创建用户" ValidationGroup="CreateUserWizard1" /> 47 </td> 48 </tr> 49 </table> 50 </CustomNavigationTemplate> 51 </asp:CreateUserWizardStep> 52 <asp:CompleteWizardStep runat="server"> 53 </asp:CompleteWizardStep> 54 </WizardSteps> 55 <SideBarStyle BackColor="#5D7B9D" BorderWidth="0px" Font-Size="0.9em" VerticalAlign="Top" /> 56 <TitleTextStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> 57 <SideBarButtonStyle BorderWidth="0px" Font-Names="Verdana" ForeColor="White" /> 58 <NavigationButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid" 59 BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" /> 60 <HeaderStyle BackColor="#5D7B9D" BorderStyle="Solid" Font-Bold="True" Font-Size="0.9em" 61 ForeColor="White" HorizontalAlign="Center" /> 62 <CreateUserButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid" 63 BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" /> 64 <ContinueButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid" 65 BorderWidth="1px" Font-Names="Verdana" ForeColor="#284775" /> 66 <StepStyle BorderWidth="0px" /> 67 </asp:CreateUserWizard> 68 69 </div> 70 </form> 71</body> 72</html> 73
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:多用户文件上传管理程序源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号