1 write to _sortExpressionSerialized
System.Web (1)
UI\WebControls\GridView.cs (1)
1892
_sortExpressionSerialized
= StateFormatter.Serialize(SortExpression, Purpose.WebForms_GridView_SortExpression);
2 references to _sortExpressionSerialized
System.Web (2)
UI\WebControls\GridView.cs (2)
1891
if (String.IsNullOrEmpty(
_sortExpressionSerialized
)) {
1894
return "\"" + pageIndex + "|" + (int)SortDirection + "|" +
_sortExpressionSerialized
+ "|\"";