⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 educationlevelsmanager.aspx

📁 用AJAX做的一个在线求职系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" CodeFile="EducationLevelsManager.aspx.cs" Inherits="EducationLevelsManager_aspx" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="server">
<div align="center">
    <asp:Label ID="Label14" Runat="server" SkinID="FormHeading" Text="教育水平管理"></asp:Label>
    <br />
    <br />
    <asp:DetailsView ID="DetailsView1" Runat="server" DataSourceID="ObjectDataSource1"
        AllowPaging="True" AutoGenerateRows="False" DataKeyNames="EducationLevelID" GridLines="None" CellPadding="5" SkinID="AdminEntry">
        <PagerSettings Mode="NumericFirstLast"></PagerSettings>
        <CommandRowStyle HorizontalAlign="Left"></CommandRowStyle>
        <Fields>
            <asp:CommandField ButtonType="Button" ShowDeleteButton="True" ShowInsertButton="True"
                ShowEditButton="True"></asp:CommandField>
            <asp:BoundField HeaderText="教育水平ID:" DataField="educationlevelid" ReadOnly="True" InsertVisible="False">
                <ItemStyle HorizontalAlign="Left"></ItemStyle>
                <HeaderStyle CssClass="dataentryformlabel"></HeaderStyle>
            </asp:BoundField>
            <asp:BoundField HeaderText="教育水平名称 :" DataField="educationlevelname">
                <HeaderStyle CssClass="dataentryformlabel"></HeaderStyle>
            </asp:BoundField>
        </Fields>
        <FieldHeaderStyle HorizontalAlign="Right"></FieldHeaderStyle>
        <HeaderStyle HorizontalAlign="Right"></HeaderStyle>
        <EditRowStyle HorizontalAlign="Left"></EditRowStyle>
    </asp:DetailsView><br />
    <asp:ObjectDataSource ID="ObjectDataSource1" Runat="server" TypeName="JobSiteStarterKit.BOL.EducationLevel" DataObjectTypeName="JobSiteStarterKit.BOL.EducationLevel"
        DeleteMethod="Delete" InsertMethod="Insert" SelectMethod="GetEducationLevels"
        UpdateMethod="Update">
    </asp:ObjectDataSource>
</div>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -