4 references to ControlUtil
System.Web.Extensions (4)
UI\PageRequestManager.cs (1)
763
if (
ControlUtil
.IsBuiltInHiddenField(entry.Key)) {
UI\UpdatePanelControlTrigger.cs (1)
42
Control foundControl =
ControlUtil
.FindTargetControl(ControlID, Owner, searchNamingContainers);
UI\UpdateProgress.cs (1)
194
UpdatePanel c =
ControlUtil
.FindTargetControl(AssociatedUpdatePanelID, this, true) as UpdatePanel;
UI\WebControls\DataPager.cs (1)
339
if (methodGet &&
ControlUtil
.IsBuiltInHiddenField(field)) {