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


当前文件路径:JobSiteStarterKit/jobseeker/MyFavorites.aspx.cs 文件类型
普通视图
		            
1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.WebControls; 9using System.Web.UI.WebControls.WebParts; 10using System.Web.UI.HtmlControls; 11 12public partial class MyFavorites_aspx : System.Web.UI.Page 13{ 14 // Page events are wired up automatically to methods 15 // with the following names: 16 // Page_Load, Page_AbortTransaction, Page_CommitTransaction, 17 // Page_DataBinding, Page_Disposed, Page_Error, Page_Init, 18 // Page_Init Complete, Page_Load, Page_LoadComplete, Page_PreInit 19 // Page_PreLoad, Page_PreRender, Page_PreRenderComplete, 20 // Page_SaveStateComplete, Page_Unload 21 22 protected void Page_Load(object sender, EventArgs e) 23 { 24 if (!Roles.IsUserInRole(ConfigurationManager.AppSettings["jobseekerrolename"])) 25 { 26 Response.Redirect("~/customerrorpages/NotAuthorized.aspx"); 27 } 28 } 29} 30
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:人才网初学者工具包源码

- 雪晖投票系统.net开源版

- 勤网爱问v2008学习版项目源码

- WebChart生成漂亮饼图源码

- Asp.net大型B2B网站程序源码

- 风的回忆留言本源码

- 淘淘网电子商务网站源码(毕..

- 三层小型论坛系统源码

- DotNetNuke04.08.03免安装版..

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