?? clientmanager.aspx
字號(hào):
<%@ Page Language="VB" MasterPageFile="~/Manager_Master_Page.master" AutoEventWireup="false" CodeFile="ClientManager.aspx.vb" Inherits="ClientManager" title="Untitled Page" %>
<%@ Register Src="ClientList.ascx" TagName="ClientList" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="Right" Runat="Server">
<table style="width: 597px">
<tr>
<td style="width: 144px; height: 426px; vertical-align:text-top;">
<input id="ButtonAdd" type="button" value="添加" onclick="javascript:self.location='ClientAdd.aspx';" /></td>
<td style="height: 426px; width: 503px;vertical-align:text-top;">
<uc1:ClientList ID="ClientList1" runat="server" />
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -