?? wfrmcoursepage.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="WfrmCoursePage.aspx.cs" Inherits="_Default" Title="課程查詢" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 945px">
<tr>
<td style="width: 100px">
<asp:Label ID="Label1" runat="server" Text="Label" Width="100px"></asp:Label>
<asp:Panel ID="Panel1" runat="server" GroupingText="課程查詢" Height="50px" Width="380px">
<table style="width: 319px">
<tr>
<td style="width: 100px; color: #000000; text-align: right">
課程名稱</td>
<td style="width: 100px">
<asp:TextBox ID="txtSearchCourseName" runat="server"></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="btnSearch" runat="server" OnClick="btnSearch_Click1" Text="查詢" Width="58px" /></td>
</tr>
<tr>
<td style="width: 100px; color: #000000; text-align: right; height: 26px;">
課程碼</td>
<td style="width: 100px; height: 26px;">
<asp:TextBox ID="txtSearchCID" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 26px;">
<asp:Button ID="btnClear" runat="server" OnClick="btnClear_Click1" Text="清除" Width="58px" /></td>
</tr>
<tr>
<td style="width: 100px; color: #000000; height: 26px; text-align: right">
</td>
<td style="width: 100px; height: 26px">
</td>
<td style="width: 100px; height: 26px">
<asp:Button ID="btnAdd" runat="server" OnClick="btnAdd_Click" Text="新增" Width="59px" /></td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
<tr>
<td style="width: 100px">
<asp:Panel ID="Panel4" runat="server" Height="50px" Width="125px">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" BackColor="White"
BorderColor="#DEDFDE" BorderStyle="None" BorderWidth="1px" CellPadding="4" EnableSortingAndPagingCallbacks="True"
ForeColor="Black" GridLines="Vertical" OnPageIndexChanging="GridView1_PageIndexChanging"
PageSize="3" Width="629px" OnRowDataBound="GridView1_RowDataBound">
<FooterStyle BackColor="#CCCC99" />
<RowStyle BackColor="#F7F7DE" />
<PagerStyle BackColor="#F7F7DE" ForeColor="Black" HorizontalAlign="Right" />
<SelectedRowStyle BackColor="#CE5D5A" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#6B696B" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -