10 references to NextPageCommandArgument
System.Web (6)
UI\WebControls\DetailsView.cs (2)
1921
nextButton.CommandArgument = DataControlCommands.
NextPageCommandArgument
;
2410
if (StringUtil.EqualsIgnoreCase(itemIndexArg, DataControlCommands.
NextPageCommandArgument
)) {
UI\WebControls\FormView.cs (2)
1623
nextButton.CommandArgument = DataControlCommands.
NextPageCommandArgument
;
2040
if (StringUtil.EqualsIgnoreCase(itemIndexArg, DataControlCommands.
NextPageCommandArgument
)) {
UI\WebControls\GridView.cs (2)
2482
nextButton.CommandArgument = DataControlCommands.
NextPageCommandArgument
;
2997
if (StringUtil.EqualsIgnoreCase(pageNumberArg, DataControlCommands.
NextPageCommandArgument
)) {
System.Web.Extensions (4)
UI\WebControls\NextPreviousPagerField.cs (2)
447
else if (String.Equals(e.CommandName, DataControlCommands.
NextPageCommandArgument
)) {
552
container.Controls.Add(CreateControl(DataControlCommands.
NextPageCommandArgument
, NextPageText, fieldIndex, NextPageImageUrl, EnableNextPage));
UI\WebControls\NumericPagerField.cs (2)
302
else if (String.Equals(e.CommandName, DataControlCommands.
NextPageCommandArgument
)) {
441
container.Controls.Add(CreateNextPrevButton(NextPageText, DataControlCommands.
NextPageCommandArgument
, fieldIndex.ToString(CultureInfo.InvariantCulture), NextPageImageUrl));