网站后台管理之数据列表绑定、删除和修改(8)
发布时间:2021-06-07
发布时间:2021-06-07
15、我们需要在点击事件中重新对数据进行绑定,具体代码如下:
protected void AspNetPager1_PageChanged(object sender, EventArgs e) {
BindGridView(); }
重新生成,查看运行效果如下:
16、仔细一看运行效果,发现文章类型和文章状态显示为数字,不符合我们的要求,我们需要的是文章类型的具体名称和文章状态的具体名称,所以需要绑定后台的方法获取名称,具体代码如下: 后台代码:
/// <summary>
/// 根据类型编号获取类型名称 /// </summary> /// <returns></returns>
public string GetNameByTypeId(int typeId) {
BLL.ArticleType aTypeBll = new BLL.ArticleType(); Model.ArticleType aTypeModel = new Model.ArticleType();
aTypeModel = aTypeBll.GetModel(typeId); return aTypeModel.ArticleTypeName.Trim() ;
上一篇:音频技术与应用发展趋势
下一篇:小学科学课外活动记录表