ASP IsPostBack について

自分の画面から呼ばれた時は、IsPostBack = true である。

通常の実装イメージは

Page_Load イベント

PostBackの時
Session ← TextBox
else
TextBox ← Session

となる