Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DataControlCommands.cs / 1 / DataControlCommands.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public sealed class DataControlCommands {
private DataControlCommands() {}
///
/// Specifies the command. This field is constant.
///
public const string SortCommandName = "Sort";
///
/// Specifies the command. This field is constant.
///
public const string SelectCommandName = "Select";
///
/// Specifies the command. This field is constant.
///
public const string EditCommandName = "Edit";
///
/// Specifies the command. This field is constant.
///
public const string DeleteCommandName = "Delete";
///
/// Specifies the command. This field is constant.
///
public const string UpdateCommandName = "Update";
///
/// Specifies the command. This field is constant.
///
public const string CancelCommandName = "Cancel";
///
/// Specifies the command. This field is constant.
///
public const string PageCommandName = "Page";
///
/// Specifies the argument. This field is constant.
///
public const string NextPageCommandArgument = "Next";
///
/// Specifies the argument. This field is constant.
///
public const string PreviousPageCommandArgument = "Prev";
///
/// Specifies the argument. This field is constant.
///
public const string FirstPageCommandArgument = "First";
///
/// Specifies the argument. This field is constant.
///
public const string LastPageCommandArgument = "Last";
///
/// Specifies the command. This field is constant.
///
public const string InsertCommandName = "Insert";
///
/// Specifies the command. This field is constant.
///
public const string NewCommandName = "New";
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CookieProtection.cs
- DataGridViewAccessibleObject.cs
- UxThemeWrapper.cs
- Bold.cs
- ToolStripButton.cs
- LoadMessageLogger.cs
- ReadOnlyTernaryTree.cs
- Rotation3DAnimation.cs
- MetadataException.cs
- SingleStorage.cs
- ElementFactory.cs
- SoapSchemaImporter.cs
- TabItemWrapperAutomationPeer.cs
- ResourceContainer.cs
- HttpListenerElement.cs
- AuthStoreRoleProvider.cs
- EventHandlers.cs
- HandleCollector.cs
- ConfigurationValues.cs
- X509Extension.cs
- HtmlAnchor.cs
- EnumCodeDomSerializer.cs
- ThumbButtonInfo.cs
- HandlerWithFactory.cs
- FreezableDefaultValueFactory.cs
- UndirectedGraph.cs
- SmiRequestExecutor.cs
- NewItemsContextMenuStrip.cs
- XPathDocumentNavigator.cs
- LambdaCompiler.Unary.cs
- Line.cs
- Debug.cs
- RedistVersionInfo.cs
- XmlReflectionImporter.cs
- Validator.cs
- Pen.cs
- EnumerableWrapperWeakToStrong.cs
- PackageDigitalSignatureManager.cs
- grammarelement.cs
- MenuItemBinding.cs
- VariableQuery.cs
- WebPartExportVerb.cs
- LogicalTreeHelper.cs
- TiffBitmapEncoder.cs
- DurationConverter.cs
- ToolStripSeparator.cs
- XhtmlBasicCalendarAdapter.cs
- ServicePointManagerElement.cs
- _SpnDictionary.cs
- DocumentNUp.cs
- ManagementClass.cs
- FontInfo.cs
- BrowserCapabilitiesFactoryBase.cs
- FrameworkRichTextComposition.cs
- hebrewshape.cs
- WorkflowDataContext.cs
- InternalControlCollection.cs
- ParallelTimeline.cs
- XmlSchemaObject.cs
- PointAnimationBase.cs
- ManualResetEvent.cs
- CalendarModeChangedEventArgs.cs
- KeyboardNavigation.cs
- SplayTreeNode.cs
- ContractTypeNameElement.cs
- EntityDataSourceColumn.cs
- TableAutomationPeer.cs
- AppDomainShutdownMonitor.cs
- FormsAuthentication.cs
- TransformPattern.cs
- LineGeometry.cs
- ManualResetEvent.cs
- SqlFunctionAttribute.cs
- PropertyEmitter.cs
- FtpRequestCacheValidator.cs
- ChtmlLinkAdapter.cs
- EpmHelper.cs
- X509InitiatorCertificateServiceElement.cs
- XPathDocumentBuilder.cs
- MatrixAnimationBase.cs
- SafeRightsManagementSessionHandle.cs
- ListComponentEditorPage.cs
- XmlNamespaceMapping.cs
- PathSegment.cs
- CultureInfoConverter.cs
- TextFragmentEngine.cs
- EntityTransaction.cs
- IntSecurity.cs
- XDeferredAxisSource.cs
- ConnectionsZone.cs
- GridProviderWrapper.cs
- XsltSettings.cs
- XmlCountingReader.cs
- TableHeaderCell.cs
- WindowsFormsHelpers.cs
- CodeTypeMember.cs
- SQLInt32.cs
- COM2FontConverter.cs
- ConfigUtil.cs
- MetadataUtilsSmi.cs