asp.net中的按钮改变颜色
6个回答
展开全部
字体颜色
If(a>0)
this.button.Color=System.Drawing.Color.Gray;
else
this.button.Color=System.Drawing.Color.Yellow;
背景颜色
If(a>0)
this.button.BackColor=System.Drawing.Color.Gray;
else
this.button.BackColor=System.Drawing.Color.Yellow;
If(a>0)
this.button.Color=System.Drawing.Color.Gray;
else
this.button.Color=System.Drawing.Color.Yellow;
背景颜色
If(a>0)
this.button.BackColor=System.Drawing.Color.Gray;
else
this.button.BackColor=System.Drawing.Color.Yellow;
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看不明白,是下面这段代码的意思吗?请参考
If(a>0)
this.button.Color=Color.Gray;
else
this.button.Color=Color.Yellow;
If(a>0)
this.button.Color=Color.Gray;
else
this.button.Color=Color.Yellow;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用jquery吧 $(ObjectID).css({ "background-color": "#FFFFE1" });
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
编写的就是前面两个回答的那样
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询