authorguide.aspx.cs
来自「动易SiteFactory™ 网上商店系统1.0源代码」· CS 代码 · 共 23 行
CS
23 行
namespace PowerEasy.WebSite.Admin.Accessories
{
using PowerEasy.Accessories;
using PowerEasy.ExtendedControls;
using PowerEasy.Web.UI;
using System;
using System.Web.UI.WebControls;
public class AuthorGuide : AdminPage
{
protected ExtendedAnchor EahAuthorAdd;
protected ExtendedAnchor EahAuthorManage;
protected Repeater RptAuthorTypeList;
protected void Page_Load(object sender, EventArgs e)
{
this.RptAuthorTypeList.DataSource = Choiceset.GetDictionaryFieldValueByName("PE_Author", "Type");
this.RptAuthorTypeList.DataBind();
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?