S SOS Jan 6, 2004 #1 Hi guys , i have 5 user control in a webform. how can i know that wich of them load earlyer ?
S Stefán Jökull Sigurðarson Jan 6, 2004 #2 A simple FindControl("controlname") should return a reference to the control if it has been loaded and null if not. Not sure if it has a significant performance penalty or not but this seems the simplest way.
A simple FindControl("controlname") should return a reference to the control if it has been loaded and null if not. Not sure if it has a significant performance penalty or not but this seems the simplest way.