5 references to CompareStringArrays
System.Web (5)
UI\WebControls\DataKey.cs (1)
202bool hasSameKeyNames = DataBoundControlHelper.CompareStringArrays(aKeys, bKeys);
UI\WebControls\DetailsView.cs (1)
545if (!DataBoundControlHelper.CompareStringArrays(value, DataKeyNamesInternal)) {
UI\WebControls\FormView.cs (1)
369if (!DataBoundControlHelper.CompareStringArrays(value, DataKeyNamesInternal)) {
UI\WebControls\GridView.cs (2)
615if (!DataBoundControlHelper.CompareStringArrays(value, DataKeyNamesInternal)) { 1102if (!DataBoundControlHelper.CompareStringArrays(value, ClientIDRowSuffixInternal)) {