This documentation is archived and is not being maintained.
DataGrid.NextPageCommandArgument Field
.NET Framework 1.1
Represents the Next command argument. This field is read-only.
[Visual Basic] Public Const NextPageCommandArgument As String [C#] public const string NextPageCommandArgument; [C++] public: const String* NextPageCommandArgument; [JScript] public var NextPageCommandArgument : String;
Remarks
Use the NextPageCommandArgument field to represent the Next command argument.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace | SortCommandName | SelectCommandName | EditCommandName | DeleteCommandName | UpdateCommandName | CancelCommandName | PageCommandName | PrevPageCommandArgument
Show: