1 write to _updateMethod
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1305
_updateMethod
= value;
2 references to _updateMethod
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1301
return
_updateMethod
?? String.Empty;
1304
if (!String.Equals(
_updateMethod
, value, StringComparison.OrdinalIgnoreCase)) {