答案 0 :(得分:2)
// first find and capture the control
var oLoginButton = (Button)Login1.FindControl("LoginButton");
// now you have all propeties of the asp.net control
oLoginButton.BackColor = System.Drawing.Color.Red
答案 1 :(得分:1)
输入
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN\stsadm -o uninstallfeature -name UserInterfaceWayBillActions -force
然后按Enter键