3 references to EmptyDataText
System.Web (3)
UI\WebControls\GridView.cs (3)
2041
if (EmptyDataTemplate != null ||
EmptyDataText
.Length > 0) {
2117
if (EmptyDataTemplate != null ||
EmptyDataText
.Length > 0) {
3378
string emptyDataText =
EmptyDataText
;