|
-
Nov 6th, 2010, 11:01 AM
#7
Re: put div into another
In order to participate in ViewState, dynamic controls need to exist early on in the Page Life Cycle.
Data in ViewState is applied to all controls during the Load stage. Basically, dynamic controls must be created no later than the Page_Load event.
Control postback events such as RadioButtonList_SelectedIndexChanged execute after the Page_Load event.
Last edited by brucevde; Nov 6th, 2010 at 11:05 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|