D
dawid.greyvenstein
I have a Page with master page and a couple of server side controls in
the ContentPlaceHolder. I want to iterate through all the controls on
the page. I try to do this in the Page.Load event, but the only control
I get in this.Controls is the master page. How can I get access to the
other controls?
Any help welcome.
the ContentPlaceHolder. I want to iterate through all the controls on
the page. I try to do this in the Page.Load event, but the only control
I get in this.Controls is the master page. How can I get access to the
other controls?
Any help welcome.