FindControlRecursive Example
FindControlRecursive(Page,"ProductsDataPager"):
"System.Web.UI.WebControls.DataPager"
FindControl(Page,"ProductsDataPager"):
""
Page.FindControl("ProductsListView").FindControl("ProductsDataPager"):
"System.Web.UI.WebControls.DataPager"