P
Peter
I am trying to get all the control objects using C# code that resides in a
..DLL
that my ASP.NET page uses. However I can't seem to get a list of all the
controls associated with my ASP.NET page. I have tried the following:
this.Controls
this.Page.Controls
this.Parent.Controls
and came up empty. Anyone have any suggestions if this is possible and if so
what
the magic incantation is????
..DLL
that my ASP.NET page uses. However I can't seem to get a list of all the
controls associated with my ASP.NET page. I have tried the following:
this.Controls
this.Page.Controls
this.Parent.Controls
and came up empty. Anyone have any suggestions if this is possible and if so
what
the magic incantation is????