4 references to PagedControlID
System.Web.Extensions (4)
UI\WebControls\DataPager.cs (4)
291if (!String.IsNullOrEmpty(PagedControlID)) { 293Control control = DataBoundControlHelper.FindControl(this, PagedControlID); 295throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.DataPager_PageableItemContainerNotFound, PagedControlID)); 299throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.DataPager_ControlIsntPageable, PagedControlID));