That references another class for various reasons. ONe of the reasons is to create and add an image button to the .aspx page. I then created a onclick event for the image button. That event is located in the separate class. In that event I want to reference a panel that is in my .aspx page. The only problem is that the class cannot see/find the panel that is located on my .aspx page. How do I make this happen?