?? test.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="Test_test" %>
<%@ Register Src="../UserControl/examlist.ascx" TagName="examlist" TagPrefix="uc2" %>
<%@ Register Src="../UserControl/uc_login.ascx" TagName="uc_login" TagPrefix="uc1" %>
<!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">
<script type="text/javascript" src="../JS/antiCommon.js"></script>
<title>無標題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="題型" /><asp:GridView ID="gvTest" runat="server">
</asp:GridView>
<div id="div1" style="width: 100px; height: 100px;top: 143px; left: 631px; cursor:move; position:absolute;" onmousedown="mousedown(this)">
<asp:RadioButtonList ID="rblTest" runat="server">
<asp:ListItem Value="1">一</asp:ListItem>
<asp:ListItem Value="2">二</asp:ListItem>
<asp:ListItem Value="3">三</asp:ListItem>
</asp:RadioButtonList>
<asp:CheckBoxList ID="cblCheck" runat="server">
<asp:ListItem Value="1">一</asp:ListItem>
<asp:ListItem Value="2">二</asp:ListItem>
<asp:ListItem Value="3">三</asp:ListItem>
</asp:CheckBoxList></div>
<asp:Button ID="btnRbl" runat="server" Text="ShowChange" OnClick="btnRbl_Click" />
<asp:TextBox ID="txtShow" runat="server"></asp:TextBox>
<asp:Button ID="btnTime" runat="server" Text="Time" OnClick="btnTime_Click" /><br />
<asp:ListBox ID="ListBox1" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
</asp:ListBox>
<asp:Button ID="btnMatch" runat="server" Text="Match" OnClick="btnMatch_Click" /></div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -