ASP.NET2.0では、PageイベントとしてLoadCompleteイベントが存在します。
ヘルプによると
The LoadComplete event occurs at the end of the page load stage. At this point in the page life cycle, all postback data and view state data is loaded into controls on the page. Any new controls created after this event will not be automatically loaded with postback or view state data.
ということで、これまでPageのLoadイベントとユーザコントロールのLoadイベントの関係が分かりにくいために、思った動きをさせられず悩まされることがありましたが、今回はこのイベント発生時にはポストバックデータが反映されていることを前提にできるので、処理がわかりやすくなりそうです(こういう目的ですから、ascxのPageイベントにはLoadイベントしかありません)。
いいですね。
[VS2005]LoadComplete イベント
最終更新日時 : 2017年10月18日
最近の投稿
-
引っ越し先のサービスダウン
-
このサイトは引っ越しました
-
Meet Magento 2018 – Google講演
-
Code4StartUp ~ UberEatsを作ろう ~ API呼び出し
-
Code4StartUp ~ UberEatsを作ろう ~ Facebook接続
-
Code4StartUp ~ UberEatsを作ろう ~ デザインなど
-
Code4StartUp ~ UberEatsを作ろう ~ cocoapods
-
Code4StartUp ~ UberEatsを作ろう ~ Swift続行中
-
Code4StartUp ~ UberEatsを作ろう ~ iMac購入して続行
-
格納型XSS システムアーキテクト試験より
トラックバック URL
http://jqinglong.wp.xdomain.jp/2005/05/29/vs2005loadcomplete%e3%80%80%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88/trackback/