Hi,
I created a custom cuntrol and I want to be able to access the page
object where my control was added (the page that contains my control).
If I use the page object in my custom control or Parent.Page I always
get "Object reference not set to an instance of an object".
Does anybody know how can I do this?
Hugo Flores - 15 Jul 2005 16:21 GMT
My mistake, I was trying to access the Page object on the New event of
my control. All I did was access it on the OnLoad event of the control