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() {} ////// 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
- GenerateTemporaryAssemblyTask.cs
- BooleanExpr.cs
- XComponentModel.cs
- SQLMoneyStorage.cs
- WebContext.cs
- _CookieModule.cs
- BitmapEffectInputData.cs
- XpsS0ValidatingLoader.cs
- _AutoWebProxyScriptEngine.cs
- Literal.cs
- ToolboxComponentsCreatedEventArgs.cs
- OleDbReferenceCollection.cs
- XPathLexer.cs
- FormParameter.cs
- ClockController.cs
- TableRow.cs
- SelectorItemAutomationPeer.cs
- FontUnit.cs
- Fonts.cs
- XslVisitor.cs
- InputReportEventArgs.cs
- Typeface.cs
- ListBoxChrome.cs
- IssuanceLicense.cs
- SpeechRecognitionEngine.cs
- MulticastDelegate.cs
- ComponentEditorPage.cs
- SupportingTokenSpecification.cs
- PenLineJoinValidation.cs
- Memoizer.cs
- Transform.cs
- PackWebResponse.cs
- Model3D.cs
- FreezableCollection.cs
- WebHeaderCollection.cs
- AgileSafeNativeMemoryHandle.cs
- Wrapper.cs
- CharConverter.cs
- TreeViewImageKeyConverter.cs
- RefreshInfo.cs
- SystemUdpStatistics.cs
- WindowsFormsHelpers.cs
- ProgressBarRenderer.cs
- UnsafeNativeMethodsMilCoreApi.cs
- RoleManagerModule.cs
- XmlWriterDelegator.cs
- WebRequestModuleElementCollection.cs
- DataRecordInternal.cs
- PaginationProgressEventArgs.cs
- HtmlInputPassword.cs
- ObjectReaderCompiler.cs
- XPathNodePointer.cs
- CompressStream.cs
- DocumentPaginator.cs
- EllipticalNodeOperations.cs
- DCSafeHandle.cs
- FileVersionInfo.cs
- TimeManager.cs
- RootProfilePropertySettingsCollection.cs
- UserThread.cs
- RequestBringIntoViewEventArgs.cs
- WebConfigurationFileMap.cs
- PagerSettings.cs
- ResizeBehavior.cs
- XmlSerializationReader.cs
- DocumentationServerProtocol.cs
- DataGridViewLinkCell.cs
- DocumentPageView.cs
- FacetValues.cs
- GenericRootAutomationPeer.cs
- AssemblyFilter.cs
- DataTable.cs
- PrintDialog.cs
- EdmFunction.cs
- SendMailErrorEventArgs.cs
- HttpServerVarsCollection.cs
- SchemaElementLookUpTable.cs
- parserscommon.cs
- ContentControl.cs
- MasterPage.cs
- ChangesetResponse.cs
- CaseCqlBlock.cs
- TextPointerBase.cs
- KnownIds.cs
- DesignerSerializerAttribute.cs
- categoryentry.cs
- MenuEventArgs.cs
- DataFormat.cs
- ToolStripArrowRenderEventArgs.cs
- NavigationWindow.cs
- TaskFormBase.cs
- ToolStripSeparatorRenderEventArgs.cs
- BehaviorEditorPart.cs
- Schema.cs
- Int16KeyFrameCollection.cs
- EnumUnknown.cs
- AsyncCodeActivityContext.cs
- SystemFonts.cs
- ElementNotAvailableException.cs
- UnionExpr.cs