Code:
/ FX-1434 / FX-1434 / 1.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() {} ////// 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 ///command. 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 ///argument. This field is constant. /// public const string InsertCommandName = "Insert"; ///Specifies the ///command. This field is constant. /// public const string NewCommandName = "New"; } }Specifies the ///command. This field is constant.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DependencyPropertyValueSerializer.cs
- CommandValueSerializer.cs
- StagingAreaInputItem.cs
- PanelContainerDesigner.cs
- TransactionManagerProxy.cs
- MenuTracker.cs
- storepermission.cs
- TemplateControl.cs
- HtmlLinkAdapter.cs
- LocationReference.cs
- BaseParagraph.cs
- IriParsingElement.cs
- ColumnMapProcessor.cs
- TemplatedAdorner.cs
- ExceptionWrapper.cs
- PropertyMetadata.cs
- PageAsyncTaskManager.cs
- DirectoryLocalQuery.cs
- DesignerTransactionCloseEvent.cs
- HttpResponseBase.cs
- BindingCollection.cs
- ResourceProviderFactory.cs
- References.cs
- SubMenuStyleCollectionEditor.cs
- ToolbarAUtomationPeer.cs
- OverlappedContext.cs
- TypedElement.cs
- HttpAsyncResult.cs
- NetworkInterface.cs
- WebPartConnectionCollection.cs
- RSACryptoServiceProvider.cs
- Permission.cs
- SmtpException.cs
- WorkflowTerminatedException.cs
- AspNetHostingPermission.cs
- GeometryModel3D.cs
- GradientSpreadMethodValidation.cs
- OdbcErrorCollection.cs
- NewItemsContextMenuStrip.cs
- MimeTextImporter.cs
- SQLDoubleStorage.cs
- UInt64.cs
- CodeNamespaceImportCollection.cs
- SqlProviderUtilities.cs
- Margins.cs
- ObjectTag.cs
- HttpModuleActionCollection.cs
- TerminateWorkflow.cs
- PropertyMapper.cs
- ControlBuilderAttribute.cs
- MSAAEventDispatcher.cs
- TextWriterEngine.cs
- ProjectionPruner.cs
- XmlAnyElementAttribute.cs
- ThicknessAnimation.cs
- DocobjHost.cs
- RegexWorker.cs
- WindowsListViewGroupHelper.cs
- HttpPostProtocolImporter.cs
- peersecurityelement.cs
- Mutex.cs
- _HeaderInfoTable.cs
- TableStyle.cs
- SiteOfOriginPart.cs
- MachineKeyConverter.cs
- StoreItemCollection.Loader.cs
- XmlSignatureManifest.cs
- EventLogPermissionEntry.cs
- TreeBuilderXamlTranslator.cs
- Int32RectConverter.cs
- MeshGeometry3D.cs
- AsyncContentLoadedEventArgs.cs
- SoapElementAttribute.cs
- SqlBuffer.cs
- RtfControls.cs
- Transform3DCollection.cs
- LoadRetryConstantStrategy.cs
- DesigntimeLicenseContextSerializer.cs
- PersonalizablePropertyEntry.cs
- IMembershipProvider.cs
- SecurityAlgorithmSuite.cs
- StartUpEventArgs.cs
- FrameworkReadOnlyPropertyMetadata.cs
- CustomExpressionEventArgs.cs
- ProvidePropertyAttribute.cs
- ObservableCollection.cs
- Size.cs
- PropertyGridEditorPart.cs
- TabletCollection.cs
- TraceListener.cs
- Registration.cs
- TableRow.cs
- PersistNameAttribute.cs
- CodeGeneratorOptions.cs
- BigIntegerStorage.cs
- XPathSingletonIterator.cs
- VSDExceptions.cs
- WebPartDisplayModeCancelEventArgs.cs
- GlyphShapingProperties.cs
- XPathDocumentBuilder.cs