Retrieving Page Controls Programmatically
Posted
on C# Corner
See other posts from C# Corner
Published on Apr 27, 2010
Indexed on
2010/04/27
15:04 UTC
Read the original article
Hit count: 315
Filed under:
Home » ASP.net » Retrieving Page Controls Programmatically
Retrieving Page Controls Programmatically
?
There might be situations where you want to retrieve controls that are present in a web page and process them. In that case this article can be very use. Basically a web page is a container for all controls and for retrieving all controls we need to traverse the control tree. So for this this program can be used to disable all form controls at runtime
© C# Corner or respective owner