asp.net 怎么将GridView中的发布修改按钮屏蔽
按钮类型的LinkButton当NewsState状态为0的时候,能修改、删除、发布操作。当点击发布时,修改数据库中的数据NewsState为1[Serializable...
按钮类型的LinkButton当NewsState状态为0的时候,能修改、删除、发布操作。当点击发布时,修改数据库中的数据NewsState为1[Serializable()] public class News { /// <summary> /// 新闻编号 /// </summary> private int newsId; /// <summary> /// 标题 /// </summary> private string title = String.Empty; /// <summary> /// 内容 /// </summary> private string contents = String.Empty; /// <summary> /// 添加时间 /// </summary> private DateTime newsTime; /// <summary> /// 新闻状态 /// </summary> private int newsState; public News() { } public int NewsId { get { return this.newsId; } set { this.newsId = value; } } public string Title { get { return this.title; } set { this.title = value; } } public string Contents { get { return this.contents; } set { this.contents = value; } } public DateTime NewsTime { get { return this.newsTime; } set { this.newsTime = value; } } public int NewsState { get { return this.newsState; } set { this.newsState = value; } } } 方法不够请帮写。分数全部被TX扣完了。分不多。O(∩_∩)O~
展开
4个回答
展开全部
代码帖得真乱,看都不想看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没看懂,给截个图说明一下吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询