Accessing ASP.NET Controls Programmatically
This section contains topics that describe how to programmatically reference individual controls on an ASP.NET Web page.
In This Section
How to: Locate the Web Forms Controls on a Page by Walking the Controls Collection
Using the NamingContainer Property to Determine a Control's Naming Container
How to: Access Members of a Web Server Control's Naming Container
Related Sections
- Working with ASP.NET Web Server Controls
Provides general information about creating and programming ASP.NET Web server controls.