Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewPagerRow.cs / 1 / FormViewPagerRow.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class FormViewPagerRow : FormViewRow, INonBindingContainer { ///Represents an individual row in the ///. /// public FormViewPagerRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) : base(rowIndex, rowType, rowState) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Initializes a new instance of the ///class. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class FormViewPagerRow : FormViewRow, INonBindingContainer { ///Represents an individual row in the ///. /// public FormViewPagerRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) : base(rowIndex, rowType, rowState) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Initializes a new instance of the ///class.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckBoxBaseAdapter.cs
- ADRoleFactoryConfiguration.cs
- Divide.cs
- VersionPair.cs
- XmlValueConverter.cs
- InfoCardProofToken.cs
- AttributeSetAction.cs
- UpDownBase.cs
- ConnectionStringsExpressionBuilder.cs
- SettingsBindableAttribute.cs
- ControlParser.cs
- StringFunctions.cs
- ObjectParameter.cs
- Rule.cs
- SparseMemoryStream.cs
- ProjectionPruner.cs
- ToggleButton.cs
- ColumnBinding.cs
- IERequestCache.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SchemaCollectionPreprocessor.cs
- XhtmlBasicListAdapter.cs
- FileDialog.cs
- ReferenceList.cs
- KerberosTicketHashIdentifierClause.cs
- BitmapDownload.cs
- XmlUtil.cs
- PhoneCallDesigner.cs
- CodeSubDirectoriesCollection.cs
- BroadcastEventHelper.cs
- SchemaNamespaceManager.cs
- CompilationLock.cs
- RayMeshGeometry3DHitTestResult.cs
- MediaElementAutomationPeer.cs
- RepeatButton.cs
- CodeTypeReference.cs
- XmlEventCache.cs
- PolicyStatement.cs
- namescope.cs
- TcpActivation.cs
- CommonObjectSecurity.cs
- ProgressBar.cs
- SafeArchiveContext.cs
- XmlElementList.cs
- BitmapScalingModeValidation.cs
- CollectionsUtil.cs
- EdmToObjectNamespaceMap.cs
- StreamWriter.cs
- ListViewDeletedEventArgs.cs
- SecurityState.cs
- WebPageTraceListener.cs
- ObjectSet.cs
- BuildProviderAppliesToAttribute.cs
- SelfIssuedAuthProofToken.cs
- wgx_exports.cs
- SecurityHeaderLayout.cs
- UndirectedGraph.cs
- MaterialCollection.cs
- SecurityPermission.cs
- EntityKey.cs
- DocumentEventArgs.cs
- ServiceBehaviorAttribute.cs
- RequestTimeoutManager.cs
- AppSettingsExpressionBuilder.cs
- Signature.cs
- ListItemCollection.cs
- Config.cs
- XmlTextEncoder.cs
- PathFigureCollection.cs
- UntypedNullExpression.cs
- TimeZone.cs
- SoapSchemaImporter.cs
- TargetPerspective.cs
- BoundConstants.cs
- HttpCapabilitiesEvaluator.cs
- HwndHostAutomationPeer.cs
- SurrogateEncoder.cs
- DataListItem.cs
- NullRuntimeConfig.cs
- CustomValidator.cs
- RetrieveVirtualItemEventArgs.cs
- ContractComponent.cs
- AttributeProviderAttribute.cs
- FixedLineResult.cs
- GeometryModel3D.cs
- SizeLimitedCache.cs
- ArcSegment.cs
- TimeEnumHelper.cs
- MultiTouchSystemGestureLogic.cs
- GeometryValueSerializer.cs
- Listbox.cs
- XmlSchemaElement.cs
- HttpStreamMessageEncoderFactory.cs
- NameNode.cs
- OperatorExpressions.cs
- TextCharacters.cs
- ControlUtil.cs
- DesignConnectionCollection.cs
- ClusterRegistryConfigurationProvider.cs
- AspProxy.cs