Is there any way to find RadControls in a from ? this.controls['key'] is not working..
Thx
2 Answers, 1 is accepted
0
Dwight
Telerik team
answered on 03 May 2007, 03:01 PM
Hi Emrah,
You should be able to get controls using this.Controls["controlName"]. We did check and everything is OK. Please, check if the control you are trying to obtain is a child of some other control.
If you still have troubles, create a small project in which you cannot find control, and we will debug it.