?? generalex.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GeneralEx.aspx.cs" Inherits="Student_GeneralEx_GeneralEx" %>
<!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>
<form id="form1" runat="server">
<div>
<br />
<br />
<br />
<table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE1" runat="server" style="width: 442px; height: 75px">
<tr>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="height: 23px;" align="center" colspan="3">
歡迎進入綜合練習</td>
</tr>
<tr>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="width: 115px; height: 20px">
選擇練習難度:</td>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="height: 20px;" colspan="2">
<asp:DropDownList ID="GeneralText" runat="server" Width="92px">
<asp:ListItem Value="---請選擇---"></asp:ListItem>
<asp:ListItem Value="1"></asp:ListItem>
<asp:ListItem Value="2"></asp:ListItem>
<asp:ListItem Value="3"></asp:ListItem>
<asp:ListItem Value="4"></asp:ListItem>
<asp:ListItem Value="5"></asp:ListItem>
</asp:DropDownList>
<asp:Label ID="Label1" runat="server" Text="*題目按難易分1-5級" Width="156px"></asp:Label></td>
</tr>
<tr>
<td bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="height: 24px;" align="center" colspan="3">
<asp:Button ID="BtnGeneralEx" runat="server" Text="進入綜合練習" OnClick="BtnGeneralEx_Click" CssClass="search" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -