📄 directorinfopage.aspx
字号:
</asp:DropDownList>
<asp:Label ID="Label3" runat="server" Text="查询"></asp:Label>
<asp:Label ID="lbDisplayNotion" runat="server" Text="班级号:"></asp:Label>
<asp:TextBox ID="tbQueryCondition" runat="server" Width="130px"></asp:TextBox>
<asp:Button ID="btQuery" runat="server" OnClick="btQuery_Click" Text="查 询" />
</td>
</tr>
<tr>
<td style="height:3%; vertical-align: top;">
<asp:Label ID="lbDisplayNotion2" runat="server" Text=""></asp:Label>
<asp:Label ID="lbQueryCondition" runat="server" Text=""></asp:Label>
<asp:Label ID="lbDisplayNotion3" runat="server" Text=""></asp:Label>
<br />
</td>
</tr>
<tr>
<td style="height:83%; vertical-align: top;">
<asp:Panel ID="panelDisplayStuBaseInfo" runat="server" Height="100%" Style="left: 0px;
position: relative; height: 100%; width:100%; background-color: #ccffcc; top: 0px;" Visible="false"
Width="100%">
<table style="width: 100%; height: 100%">
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label4" runat="server" Text="姓名:">
</asp:Label>
</td>
<td>
<asp:Label ID="lbDisplayStuName" runat="server">
</asp:Label>
</td>
<td style="text-align: right">
</td>
<td rowspan="3" style="text-align: left">
<asp:Image ID="ImgPhoto" runat="server" AlternateText="学生近期照片" Height="100px"
ImageUrl="~/Image/MyPhoto.jpg" Width="70px" /></td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label7" runat="server" Text="所在班级:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuClass" runat="server"></asp:Label></td>
<td style="text-align: right">
</td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label6" runat="server" Text="学号:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuNum" runat="server"></asp:Label></td>
<td style="text-align: right">
</td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label9" runat="server" Text="性别:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuSex" runat="server"></asp:Label></td>
<td style="text-align: right">
<asp:Label ID="Label21" runat="server" Text="民族:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuFolk" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label19" runat="server" Text="籍贯:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuPlace" runat="server"></asp:Label></td>
<td style="text-align: right">
<asp:Label ID="Label22" runat="server" Text="出生年月:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayBirthday" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label11" runat="server" Text="家庭住址:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuAddress" runat="server"></asp:Label></td>
<td style="text-align: right">
<asp:Label ID="Label13" runat="server" Text="联系电话:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuTel" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label15" runat="server" Text="Email:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuEmail" runat="server"></asp:Label></td>
<td style="text-align: right">
<asp:Label ID="Label17" runat="server" Text="是否参加评估:"></asp:Label></td>
<td>
<asp:Label ID="lbDisplayStuIsEva" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: right">
<asp:Label ID="Label5" runat="server" Text="备注:"></asp:Label></td>
<td colspan="3" rowspan="2">
<asp:TextBox ID="tbDisplayStuRemark" runat="server" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="vertical-align: middle; width: 121px; text-align: left">
</td>
</tr>
</table>
panelDisplayStuBaseInfo
</asp:Panel>
<asp:Panel ID="panelDisplayClassStuBaseInfo" runat="server" Height="100%" ScrollBars="Both"
Style="position: relative; background-color: #ccffcc" Width="100%">
<asp:GridView ID="grdvDisplayClassStuInfo" runat="server" AutoGenerateColumns="False"
BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px"
CellPadding="3" GridLines="Vertical" Height="100%" Width="100%" DataSourceID="SqlDataSource1">
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<Columns>
<asp:TemplateField HeaderText="学号">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="姓名">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="班级">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="性别">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="民族">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="出生年月">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="籍贯">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="家庭住址">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="联系电话">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Email">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="照片">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="登陆密码">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="参与评估">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="备注">
<ItemTemplate>
数据绑定
</ItemTemplate>
</asp:TemplateField>
<asp:CommandField ShowEditButton="True" />
<asp:CommandField ShowSelectButton="True" />
</Columns>
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="Gainsboro" />
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:GridViewTestDataExperimentdbConnectionString %>"
SelectCommand="SELECT * FROM [login]"></asp:SqlDataSource>
panelDisplayClassStuBaseInfo
</asp:Panel>
</td>
</tr>
</table>
PanelQueryStuInfo
</asp:Panel>
StuInfoRight
</asp:Panel>
</contenttemplate>
</asp:UpdatePanel>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -