Results 1 to 2 of 2

Thread: What loads first??????

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2004
    Posts
    3

    Question What loads first??????

    Say we have 6 web controls(6 textbox) in a web form, on the page load event, all the controls will be filled with values. Just would want to know which control is processed first?????
    which control is filled with values first???
    Is is procedural based????
    or is there any other basis for .NET to identify which among the six controls is executed first??????/



    hope you can help me with this...
    thanks..

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What loads first??????

    Originally posted by paduds
    on the page load event, all the controls will be filled with values.
    They'll be processed in the order you fill them in your code.

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