3 implementations of CommandName
System.Web (3)
UI\WebControls\Button.cs (1)
76
public string
CommandName
{
UI\WebControls\ImageButton.cs (1)
60
public string
CommandName
{
UI\WebControls\LinkButton.cs (1)
71
public string
CommandName
{
25 writes to CommandName
System.Web (22)
UI\WebControls\ButtonField.cs (1)
251
button.
CommandName
= CommandName;
UI\WebControls\CommandField.cs (1)
543
button.
CommandName
= commandName;
UI\WebControls\DetailsView.cs (6)
1881
firstButton.
CommandName
= DataControlCommands.PageCommandName;
1900
prevButton.
CommandName
= DataControlCommands.PageCommandName;
1920
nextButton.
CommandName
= DataControlCommands.PageCommandName;
1940
lastButton.
CommandName
= DataControlCommands.PageCommandName;
2009
firstButton.
CommandName
= DataControlCommands.PageCommandName;
2076
lastButton.
CommandName
= DataControlCommands.PageCommandName;
UI\WebControls\FormView.cs (6)
1587
firstButton.
CommandName
= DataControlCommands.PageCommandName;
1604
prevButton.
CommandName
= DataControlCommands.PageCommandName;
1622
nextButton.
CommandName
= DataControlCommands.PageCommandName;
1641
lastButton.
CommandName
= DataControlCommands.PageCommandName;
1707
firstButton.
CommandName
= DataControlCommands.PageCommandName;
1769
lastButton.
CommandName
= DataControlCommands.PageCommandName;
UI\WebControls\GridView.cs (6)
2439
firstButton.
CommandName
= DataControlCommands.PageCommandName;
2460
prevButton.
CommandName
= DataControlCommands.PageCommandName;
2481
nextButton.
CommandName
= DataControlCommands.PageCommandName;
2502
lastButton.
CommandName
= DataControlCommands.PageCommandName;
2571
firstButton.
CommandName
= DataControlCommands.PageCommandName;
2640
lastButton.
CommandName
= DataControlCommands.PageCommandName;
UI\WebControls\Wizard.cs (2)
1444
button.
CommandName
= MoveToCommandName;
2246
finishContainer.FinishButton.
CommandName
= MoveCompleteCommandName;
System.Web.Extensions (3)
UI\WebControls\NextPreviousPagerField.cs (1)
504
button.
CommandName
= commandName;
UI\WebControls\NumericPagerField.cs (2)
334
button.
CommandName
= commandName;
377
button.
CommandName
= commandName;
4 references to CommandName
System.Web (4)
UI\WebControls\DetailsView.cs (1)
3594
PostBackOptions options = new PostBackOptions(this, (buttonControl.
CommandName
+ "$" + buttonControl.CommandArgument));
UI\WebControls\FormView.cs (1)
3034
PostBackOptions options = new PostBackOptions(this, buttonControl.
CommandName
+ "$" + buttonControl.CommandArgument);
UI\WebControls\GridView.cs (2)
2792
if (buttonControl.
CommandName
== DataControlCommands.SortCommandName) {
4452
PostBackOptions options = new PostBackOptions(this, buttonControl.
CommandName
+ "$" + buttonControl.CommandArgument);