If I have a asp.net page with some Controls on it, and I want to build a set of classes (not the code-behind aspx.cs file), how can I access the Controls in the asp.net file from those classes?
Is it enough just to inherit the System.Web.UI.Page class in my base-class?
Anyone?
Thanks.




Reply With Quote