?? courseregister.aspx
字號:
<%@ Page language="c#" Codebehind="courseRegister.aspx.cs" AutoEventWireup="false" Inherits="web.studentRegister" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>studentRegister</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋體">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 96px; POSITION: absolute; TOP: 64px; TEXT-ALIGN: right"
runat="server" Width="112px" Height="24px">課程號:</asp:Label>
<asp:TextBox id="TextBox3" style="Z-INDEX: 106; LEFT: 232px; POSITION: absolute; TOP: 136px"
runat="server" Width="96px"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 232px; POSITION: absolute; TOP: 96px" runat="server"
Width="96px"></asp:TextBox>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 96px; POSITION: absolute; TOP: 144px; TEXT-ALIGN: right"
runat="server" Width="112px" Height="24px">課程學(xué)分:</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 96px; POSITION: absolute; TOP: 104px; TEXT-ALIGN: right"
runat="server" Width="112px" Height="24px">課程名稱:</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 232px; POSITION: absolute; TOP: 56px" runat="server"
Width="96px"></asp:TextBox>
<asp:Button id="btn_addCourse" style="Z-INDEX: 107; LEFT: 408px; POSITION: absolute; TOP: 136px"
runat="server" Width="72px" Text="添加"></asp:Button>
<asp:DataGrid id="dg_course" style="Z-INDEX: 108; LEFT: 88px; POSITION: absolute; TOP: 176px"
runat="server" Width="472px" AutoGenerateColumns="False">
<ItemStyle Height="20px"></ItemStyle>
<HeaderStyle Height="35px"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="cid" ReadOnly="True" HeaderText="課程號"></asp:BoundColumn>
<asp:BoundColumn DataField="cname" HeaderText="課程名稱"></asp:BoundColumn>
<asp:BoundColumn DataField="ccredit" HeaderText="課程學(xué)分"></asp:BoundColumn>
</Columns>
<asp:Label id="Label4" runat="server" Visible=False></asp:Label></FONT>
</form>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -