3 references to GroupPlaceholderID
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
1530
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_GroupItemCountNoGroupTemplate, ID,
GroupPlaceholderID
));
2113
string placeholderID = isItem ? ItemPlaceholderID :
GroupPlaceholderID
;
2131
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NoGroupPlaceholder, ID,
GroupPlaceholderID
));