r.a.d.toolbar version |
1.2 |
.NET version |
2 |
Visual Studio version |
2005 |
programming language |
C# |
browser support |
all browsers supported by r.a.d.toolbar |
PROJECT DESCRIPTION As the title suggests, this project shows how to access controls that are nested in template buttons of a r.a.d.toolbar web user control. The toolbar has two template buttons, but we use only one of them for this demo. A label's Text property takes the value of the Text property of a nested textbox.
I use the
FindControl method consecutively and indexing of the
TemplatedButtons collection to reach the nested textbox.