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
you can use the Parent property
if you need this to find a control on the page then you can use
Label lbl_Test = (Label)Parent.FindControl("lbl_Test");