protected void Page_Load(object sender, EventArgs e)
{
//在歡迎文字前面加上 "Hello Tony, "
Welcome.Text = "Hello Tony, " + Welcome.Text;
{
//在歡迎文字前面加上 "Hello Tony, "
Welcome.Text = "Hello Tony, " + Welcome.Text;
//將文字加上底線
Welcome.Font.Underline = true;
Welcome.Font.Underline = true;
//將 Welcome 控制項的寬度設定為 200 px
Welcome.Width = 200;
Welcome.Width = 200;
//設定 Bye 控制項的 Visible 屬性為 False,如此可隱藏 Bye 控制項
Bye.Visible = false;
}
Bye.Visible = false;
}
沒有留言:
張貼留言