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

📄 updateperiod.aspx

📁 基于asp.net的网上选课系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdatePeriod.aspx.cs" Inherits="UpdatePeriod" %>

<!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>配置管理</title>
</head>
<body bgcolor="inactivecaptiontext" background="../img/x200662817362436940.jpg" style="text-align: center">
    <form id="form1" runat="server">
        <br />
        <br />
    <table align="center" style="height: 134px" border="0">
    <tr><td style="height: 20px" align="left">
        <span style="font-family: 隶书">读取配置文件</span></td><td style="height: 20px; width: 282px;" align="left">
            <span style="font-family: 隶书">生成配置文件</span></td>
    </tr>
    <tr>
    <td style="height: 35px" align="left">
    <table border="0">
    <tr>
    <td>
        <asp:Label ID="lblbg" runat="server" Text="选课的开始时间" Font-Names="隶书"></asp:Label>
    </td>
    <td>
        <asp:TextBox ID="txtbg" runat="server"></asp:TextBox>
    </td>
    </tr>
    <tr>
    <td style="height: 27px">
        <asp:Label ID="lblend" runat="server" Text="选课的结束时间" Font-Names="隶书"></asp:Label>
    </td>
    <td style="height: 27px">
        <asp:TextBox ID="txtend" runat="server"></asp:TextBox>
    </td>
    </tr>
    </table>
    </td>
    <td style="height: 35px; width: 282px;" align="left">
    <table border="0">
    <tr>
    <td>
        <asp:Label ID="lblbg2" runat="server" Text="选课的开始时间" Font-Names="隶书"></asp:Label>
    </td>
    <td>
        <asp:TextBox ID="txtbg2" runat="server"></asp:TextBox>
    </td>
    </tr>
    <tr>
    <td>
        <asp:Label ID="lblend2" runat="server" Text="选课的结束时间" Font-Names="隶书"></asp:Label>
    </td>
    <td>
        <asp:TextBox ID="txtend2" runat="server"></asp:TextBox>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td align="left" style="height: 67px">
     <table border="0">
    <tr>
    <td style="width: 102px; height: 42px">
        <asp:Button ID="btread" runat="server" Text="读取配置文件" Font-Names="隶书" Font-Size="Medium" Height="36px" Width="103px" OnClick="btread_Click" />
    </td>
    <td style="width: 145px; height: 42px" align="center">
        <asp:Button ID="btupdate" runat="server" Text="更新数据库" Font-Names="隶书" Font-Size="Medium" Height="36px" Width="91px" OnClick="btupdate_Click" />
    </td>
    </tr>
    </table>
    </td>
    <td style="width: 282px; height: 67px;" align="center">
        <asp:Button ID="btwrite" runat="server" Text="生成配置文件" Height="36px" Width="111px" Font-Names="隶书" Font-Size="Medium" OnClick="btwrite_Click" />
    </td>
    </tr>
    </table>
    
    </form>
</body>
</html>

⌨️ 快捷键说明

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