您目前尚未登陆,请选择【登陆】或【注册
首页->其他源码->人才网初学者工具包源码>>Admin/EducationLevelsManager.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:人才网初学者工具包源码


当前文件路径:JobSiteStarterKit/Admin/EducationLevelsManager.aspx 文件类型
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" CodeFile="EducationLevelsManager.aspx.cs" Inherits="EducationLevelsManager_aspx" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="server"> 3<div align="center"> 4 <asp:Label ID="Label14" Runat="server" SkinID="FormHeading" Text="教育水平管理"></asp:Label> 5 <br /> 6 <br /> 7 <asp:DetailsView ID="DetailsView1" Runat="server" DataSourceID="ObjectDataSource1" 8 AllowPaging="True" AutoGenerateRows="False" DataKeyNames="EducationLevelID" GridLines="None" CellPadding="5" SkinID="AdminEntry"> 9 <PagerSettings Mode="NumericFirstLast"></PagerSettings> 10 <CommandRowStyle HorizontalAlign="Left"></CommandRowStyle> 11 <Fields> 12 <asp:CommandField ButtonType="Button" ShowDeleteButton="True" ShowInsertButton="True" 13 ShowEditButton="True"></asp:CommandField> 14 <asp:BoundField HeaderText="教育水平ID:" DataField="educationlevelid" ReadOnly="True" InsertVisible="False"> 15 <ItemStyle HorizontalAlign="Left"></ItemStyle> 16 <HeaderStyle CssClass="dataentryformlabel"></HeaderStyle> 17 </asp:BoundField> 18 <asp:BoundField HeaderText="教育水平名称 :" DataField="educationlevelname"> 19 <HeaderStyle CssClass="dataentryformlabel"></HeaderStyle> 20 </asp:BoundField> 21 </Fields> 22 <FieldHeaderStyle HorizontalAlign="Right"></FieldHeaderStyle> 23 <HeaderStyle HorizontalAlign="Right"></HeaderStyle> 24 <EditRowStyle HorizontalAlign="Left"></EditRowStyle> 25 </asp:DetailsView><br /> 26 <asp:ObjectDataSource ID="ObjectDataSource1" Runat="server" TypeName="JobSiteStarterKit.BOL.EducationLevel" DataObjectTypeName="JobSiteStarterKit.BOL.EducationLevel" 27 DeleteMethod="Delete" InsertMethod="Insert" SelectMethod="GetEducationLevels" 28 UpdateMethod="Update"> 29 </asp:ObjectDataSource> 30</div> 31</asp:Content> 32
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:人才网初学者工具包源码

- 狂龙通讯录管理系统2.0源码

- MyShop网络商城源码(mvc开发)

- 利用Ajax进行数据分页的源码例子

- 利用ajax和WebService实现的..

- Asp.net客户管理系统源码

- Asp.net2.0创建自定义右键菜..

- 基于NBear的简易AJAX留言板案..

- 三层入门之留言板

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号