将颜色更改为按钮 [英] change color to button

查看:62
本文介绍了将颜色更改为按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

cell4.Text = "<input type='button' id='" + index + "' value='Upload'  önclick='jsFunction(this.id)' ></input>";


这是我在C#中的代码,用于显示网页中的按钮.如何更改按钮的颜色


this is my code in c# to display button in web page how can i change color to the button

推荐答案

Button1.Backcolor="#000000";



如何获得控件ID(上面示例中的Button1)完全取决于您.



How you get your control ID (Button1 in the sample above) is comepletely up to you.


引用该线程
http://stackoverflow.com/questions/4991041/c-sharp-change- a-buttons-background-color [ ^ ]
Refer this thread
http://stackoverflow.com/questions/4991041/c-sharp-change-a-buttons-background-color[^]


这篇关于将颜色更改为按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆