T
tim payne
Hi,
I have a quick .Net question. When referencing a web control in my code
behind page so that I can access it's methods and properties, is there any
speed/efficiency bonus to using the fully qualified reference, eg: protected
System.Web.UI.WebControls.ListBox regtypes instead of just: protected
ListBox regtypes? I would have thought that using the fully qualified
reference would be better, but I'd be interested to know if that's indeed
the case.
Thanks in advance,
Tim.
I have a quick .Net question. When referencing a web control in my code
behind page so that I can access it's methods and properties, is there any
speed/efficiency bonus to using the fully qualified reference, eg: protected
System.Web.UI.WebControls.ListBox regtypes instead of just: protected
ListBox regtypes? I would have thought that using the fully qualified
reference would be better, but I'd be interested to know if that's indeed
the case.
Thanks in advance,
Tim.