Postback events fire differently

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • V

    #1

    Postback events fire differently

    I have found that when I have a composite control that uses the
    CreateChildCont rols method, on a regular page load, Page_Load executes before
    CreateChildCont rols, but on a postback it is the reverse. This is causing
    logic problems and it really bothers me that this sequence of events fires
    inconsistently. Can anyone tell me why this happens and how we might get
    around it?
Working...