Just as the subject asks.
EDIT 1
Maybe it\'s possible sometime while the request is being processed to store a reference to the parent page in the user contr
I found the way to do this is to create an interface, implement that interface, use this.Page to get the page from the control, cast it to the interface, then call the method.