1 write to UpdateText
System.Web (1)
UI\WebControls\CommandField.cs (1)
568
((CommandField)newField).
UpdateText
= UpdateText;
2 references to UpdateText
System.Web (2)
UI\WebControls\CommandField.cs (2)
568
((CommandField)newField).UpdateText =
UpdateText
;
600
AddButtonToCell(cell, DataControlCommands.UpdateCommandName,
UpdateText
, causesValidation, validationGroup, rowIndex, UpdateImageUrl);