杉中傳奇
財務及電腦軟體理論及實務 油畫世界 Taiwanese in Vietnam Finamcial controllor and Software designer oil painting
2013年9月25日 星期三
Page物件的IsPostBack屬性
在
Page_Load()
事件處理程序,可以使用
Page
物件
的
IsPostBack
屬性檢查是否是
表單送回
,如下所示:
If Page.IsPostBack Then
If name.Text <> "" Then
msg.Text = name.Text & "John
"
End If
Else
name.Text = "Mary"
lblName.Text = "
使用者名稱
:Tom "
End If
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言