UserControl us = (UserControl)Page.FindControl(用户控件名);
TextBox Province = (TextBox)us.FindControl("控件名");