Results 1 to 23 of 23

Thread: [RESOLVED] put div into another

Threaded View

  1. #7
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    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
  •  



Click Here to Expand Forum to Full Width