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