using (that page's) class(that's page) ParentPage=((that's page))this.Page;
ParentPage.事件或者函数();
例如:
using SearchClass;SearchControl.WebForm1 ParentPage=(SearchControl.WebForm1)this.Page;
ParentPage.BindBaseGrid();