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