IsPostBack ) { Label1.Text = “You entered “ + TextBox1.Text; } else { Label1.Text = “Enter some text and press a button”; } } ...
確定! 回上一頁