1 write to CommandName
System.Web (1)
UI\WebControls\ButtonField.cs (1)
159
((ButtonField)newField).
CommandName
= CommandName;
2 references to CommandName
System.Web (2)
UI\WebControls\ButtonField.cs (2)
159
((ButtonField)newField).CommandName =
CommandName
;
251
button.CommandName =
CommandName
;