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~ 展开
 我来答
hzchun
2012-03-12 · 超过68用户采纳过TA的回答
知道小有建树答主
回答量:243
采纳率:0%
帮助的人:202万
展开全部
在row create 时判断 状态改变,或者在绑定时在html中写visible =<% 值%>
落叶有期
2012-03-22 · TA获得超过574个赞
知道小有建树答主
回答量:726
采纳率:0%
帮助的人:345万
展开全部
代码帖得真乱,看都不想看
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友063b95e
2011-12-03 · TA获得超过175个赞
知道答主
回答量:113
采纳率:0%
帮助的人:75.9万
展开全部
没看懂,给截个图说明一下吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
ppairr1314
2012-03-11
知道答主
回答量:34
采纳率:0%
帮助的人:7.4万
展开全部
刚开始学 还有好多问题呢
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式