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)
1301return _updateMethod ?? String.Empty; 1304if (!String.Equals(_updateMethod, value, StringComparison.OrdinalIgnoreCase)) {