⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.aspx

📁 勤工俭学的管理系统 记录学生资料
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index_aspx" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>勤工俭学</title>
</head>
<body>
    <form id="form1" runat="server">
        <table border="0" height="100%" width="100%">
            <tr>
                <td rowspan="3" style="width: 123px; height: 564px">
                    <asp:TreeView Height="291px" ID="TreeView1" runat="server" Width="115px">
                        <Nodes>
                            <asp:TreeNode Text="勤工俭学" Value="勤工俭学">
                                <asp:TreeNode Text="学生资料" Value="学生资料" NavigateUrl="../work/index.aspx?auto=work/baseData.aspx"></asp:TreeNode>
                                <asp:TreeNode Text="记录添加" Value="记录添加" NavigateUrl="../work/index.aspx?auto=work/addRst.aspx"></asp:TreeNode>
                                <asp:TreeNode Text="综合查询" Value="综合查询" NavigateUrl="../work/index.aspx?auto=work/showAll.aspx"></asp:TreeNode>
                            </asp:TreeNode>
                            <asp:TreeNode Text="奖学金" Value="奖学金">
                                <asp:TreeNode NavigateUrl="../scholarship/index.aspx?auto=scholarship/score.aspx" Text="成绩查询"
                                    Value="成绩查询"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="../scholarship/index.aspx?auto=scholarship/rule.aspx" Text="规则制定"
                                    Value="规则制定"></asp:TreeNode>
                                <asp:TreeNode NavigateUrl="../scholarship/index.aspx?auto=scholarship/result.aspx" Text="结果查询"
                                    Value="结果查询"></asp:TreeNode>
                            </asp:TreeNode>
                        </Nodes>
                    </asp:TreeView>
                </td>
                <td style="height: 564px; width: 870px;" valign="top">
                    <iframe frameborder="0" height="564" name="inside" src="..\auto.aspx" width="850" id="inside" style="width: 800px">
                    </iframe>
                </td>
          
        </table>
        
    </form>
</body>
</html>

⌨️ 快捷键说明

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