User controls

  • Thread starter Thread starter SOS
  • Start date Start date
S

SOS

Hi guys ,
i have 5 user control in a webform.
how can i know that wich of them load earlyer ?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top