?? studentdel.aspx
字號:
<%@ Page language="c#" Codebehind="studentDel.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.studentDel" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>確定刪除記錄</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" background="images\無標題.bmp">
<form id="Form1" method="post" runat="server">
<table align="center" width="476" style="WIDTH: 476px; HEIGHT: 200px">
<tr>
<td colspan="2" style="HEIGHT: 55px">
<DIV style="DISPLAY: inline; WIDTH: 168px; HEIGHT: 24px" ms_positioning="FlowLayout">確定要刪除以下記錄嗎?</DIV>
</td>
</tr>
<tr>
<td colspan="2" align="center" style="HEIGHT: 44px">
<asp:Label id="lbl_showDel" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td align="center">
<asp:ImageButton id="Ibtn_ok" runat="server" ImageUrl="images\btn_sure_1.gif"></asp:ImageButton>
</td>
<td align="center">
<asp:ImageButton id="Ibtn_cancel" runat="server" ImageUrl="images\btn_cancel_1.gif"></asp:ImageButton>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -