default.aspx

来自「水晶报表详细资料水晶报表详细资料水晶报表详细资料」· ASPX 代码 · 共 68 行

ASPX
68
字号
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>使用全外连接查询班级编号为001的学生信息</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
      <table  align =center style="width: 462px; height: 319px" >         
         <tr>
             <td align="left" style="font-weight: normal; font-size: 10pt; width: 231px; color: #330033">
                 学生信息</td>
             <td align="left" style="font-weight: normal; font-size: 10pt; width: 231px; color: #330033">
                班级信息</td>
         </tr>
         <tr>
             <td align="left" style="font-weight: normal; font-size: 10pt; width: 231px; color: #330033"  valign =top >
              <asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" Width="273px">
                    <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                    <RowStyle BackColor="#E3EAEB" />
                    <EditRowStyle BackColor="#7C6F57" />
                    <SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                    <AlternatingRowStyle BackColor="White" />
                </asp:GridView>
             </td>
             <td align="left" style="font-weight: normal; font-size: 10pt; width: 231px; color: #330033"
                 valign="top">
                 <asp:GridView ID="GridView2" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" Width="232px">
                     <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                     <RowStyle BackColor="#E3EAEB" />
                     <EditRowStyle BackColor="#7C6F57" />
                     <SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
                     <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
                     <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                     <AlternatingRowStyle BackColor="White" />
                 </asp:GridView>
             </td>
         </tr>
          <tr>
                <td align="left" colspan="2" style="font-weight: normal; font-size: 10pt; color: #330033">
                  使用全外连接查询班级编号为001的学生信息</td>
            </tr>
        <tr>
            <td align="left" colspan="2" style="font-weight: normal; font-size: 10pt; color: #330033">
                <asp:GridView ID="GridView3" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None" Width="514px">
                    <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                    <RowStyle BackColor="#E3EAEB" />
                    <EditRowStyle BackColor="#7C6F57" />
                    <SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
                    <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                    <AlternatingRowStyle BackColor="White" />
                </asp:GridView>
            </td>
        </tr>
        </table>


    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?