📄 瀏覽老師專長視窗-編輯視窗用.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="瀏覽老師專長視窗-編輯視窗用.aspx.cs" Inherits="_Default" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table>
<tr>
<td colspan="2" style="color: #996600; text-align: center">
<asp:Label ID="lblTeacherName" runat="server"></asp:Label></td>
<td style="width: 100px; color: #996600; text-align: right">
</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 21px">
</td>
<td style="width: 100px; height: 21px; text-align: right">
<asp:Button ID="Button1" runat="server" Height="28px" OnClick="Button1_Click1" Text="編輯"
Width="59px" /></td>
<td style="width: 100px; height: 21px">
</td>
<td style="width: 100px; height: 21px; text-align: right">
<asp:Button ID="btnOk" runat="server" OnClick="btnOk_Click" Text="確定" Width="64px" /></td>
<td style="width: 100px; height: 21px">
</td>
</tr>
<tr>
<td colspan="4" rowspan="2">
<asp:GridView ID="GView瀏覽專長" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
Height="207px" OnRowDataBound="GView瀏覽專長_RowDataBound" OnSelectedIndexChanged="GView瀏覽專長_SelectedIndexChanged"
Width="470px">
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<EditRowStyle BackColor="#999999" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
<td style="width: 100px; height: 26px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 26px">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -