End Google Ads 201810 - BS.net 01 --> Hi, Ive just started using vs2008

im trying to call a method in a parent aspx page from a user control.

ive usually done this using something like:

((PageClass)this.Page).Method();

But for some reason PageClass never appears in intellisense...
- I cant reference the page class from the control.

Ive put the page and the control in the same namespace but still no luck.

Ive also tried using events instead - but after the event is assigned in the parent it still seems to be null in the control...

Any ideas what im doing wrong??

Thanks,
Chas