[thelist] (ASP.NET) Controls in a repeater

Greg Holmes greg.holmes at gmail.com
Wed Sep 14 14:51:28 CDT 2005


> How does one reference the array of controls created by a repeater?

You'll need to use FindControl.  Dim a variable as the type of control
(Label), and set it equal to the return value of FindControl.

Greg Holmes


More information about the thelist mailing list