c# - How can I set the order in which controls get created? -


it seems order in controls declared in .aspx not guarantee order in rendered/loaded/created.

is possible set order in controls 'rendered' ? of control events have side effects, why... (in case have 2 detailsview controls, , need sure itemcreated of 1 gets called before other one's).

maybe there way 'wait' in event until 1 triggered ?

this matter of calling databind separately on controls, in desired sequence, instead of defaulting page.databind.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -