|
-
Aug 4th, 2004, 03:33 AM
#1
Thread Starter
New Member
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..
-
Aug 4th, 2004, 04:25 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|