📄 default.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="reader_Default" Title="读者" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%; height: 320px; border-right: blue thin double; border-top: blue thin double; border-left: blue thin double; border-bottom: blue thin double;" id="TABLE1">
<tr>
<td style="height: 42px; width:30%;border-right: blue thin solid" colspan="3" align="center">
<asp:LoginView ID="LoginView1" runat="server">
<RoleGroups>
<asp:RoleGroup>
</asp:RoleGroup>
</RoleGroups>
<LoggedInTemplate>
欢迎回来:
</LoggedInTemplate>
</asp:LoginView>
<asp:LoginName ID="LoginName1" runat="server" Style="color: green; font-family: 隶书" />
</td>
<td width=70% rowspan="3">
<asp:Label ID="Label1" runat="server" Style="left: 117px; position: relative; top: -74px"
Text="Label" Visible="False"></asp:Label>
</td>
</tr>
<tr>
<td style="height: 334px; width: 30%;border-right: blue thin solid" colspan="3" align="center">
<asp:BulletedList ID="BulletedList1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="mname" DataValueField="mname" DisplayMode="LinkButton" Height="300px"
Style="vertical-align: middle; direction: ltr; text-indent: 5pt; line-height: 30pt;
font-family: 隶书; text-align: center" Width="135px" OnClick="BulletedList1_Click">
</asp:BulletedList>
</td>
</tr>
<tr>
<td style="height: 48px; width: 30%;border-right: blue thin solid" align="center" colspan="3">
<asp:LoginStatus ID="LoginStatus1" runat="server" Font-Size="Large" Style="font-family: 隶书" LogoutAction="Redirect" OnLoggingOut="LoginStatus1_LoggingOut" />
</td>
</tr>
</table>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:libraryConnectionString3 %>" SelectCommand="SELECT [UserName], [CreateDate], [LastLoginDate], [Email] FROM [vw_aspnet_MembershipUsers] WHERE ([UserName] LIKE '%' + @UserName + '%')">
<SelectParameters>
<asp:ControlParameter ControlID="Label1" Name="UserName" PropertyName="Text" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -