I think you misunderstood me. I know how to use the Controls and how they work with the code-behind class (Somepage.aspx.cs). But, if I then create a brand new class (f.ex. newClass.cs), this class won't have any connection to the aspx page by default (right?). So, my question is; what do I have to do in that class to access the Controls in the aspx page?

Hope I was a bit clearer this time.

Thanks,