Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / Adapters / DataBoundControlAdapter.cs / 1 / DataBoundControlAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.Adapters { using System.Collections; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataBoundControlAdapter : WebControlAdapter { protected new DataBoundControl Control { get { return (DataBoundControl)base.Control; } } protected internal virtual void PerformDataBinding(IEnumerable data) { Control.PerformDataBinding(data); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.Adapters { using System.Collections; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataBoundControlAdapter : WebControlAdapter { protected new DataBoundControl Control { get { return (DataBoundControl)base.Control; } } protected internal virtual void PerformDataBinding(IEnumerable data) { Control.PerformDataBinding(data); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PixelFormat.cs
- DropShadowEffect.cs
- ProvidePropertyAttribute.cs
- Int16AnimationBase.cs
- Assembly.cs
- ipaddressinformationcollection.cs
- CodeDirectiveCollection.cs
- RecipientInfo.cs
- ParserOptions.cs
- QueryExecutionOption.cs
- ZoneLinkButton.cs
- UnrecognizedAssertionsBindingElement.cs
- MsmqEncryptionAlgorithm.cs
- SafeRegistryKey.cs
- InputGestureCollection.cs
- DataBindingExpressionBuilder.cs
- EventMappingSettingsCollection.cs
- DocumentViewer.cs
- VerificationAttribute.cs
- SqlRowUpdatingEvent.cs
- FontUnitConverter.cs
- InvalidContentTypeException.cs
- RSACryptoServiceProvider.cs
- HttpWriter.cs
- CompModSwitches.cs
- StringWriter.cs
- RowTypeElement.cs
- SizeAnimationBase.cs
- AssertSection.cs
- autovalidator.cs
- System.Data_BID.cs
- AllMembershipCondition.cs
- RawKeyboardInputReport.cs
- Int16.cs
- BinaryWriter.cs
- ItemsChangedEventArgs.cs
- Literal.cs
- RectConverter.cs
- ServiceXNameTypeConverter.cs
- StrokeNode.cs
- TokenBasedSetEnumerator.cs
- SyncMethodInvoker.cs
- WebZone.cs
- IDQuery.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- TreeViewImageKeyConverter.cs
- HandlerFactoryCache.cs
- HttpDictionary.cs
- ProbeDuplexAsyncResult.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- DataComponentNameHandler.cs
- __Error.cs
- NullableFloatSumAggregationOperator.cs
- TableStyle.cs
- IndexedWhereQueryOperator.cs
- ClientSponsor.cs
- InstanceDataCollection.cs
- ExpandoObject.cs
- ContextStack.cs
- AutoGeneratedField.cs
- X509CertificateTrustedIssuerElement.cs
- CompositeTypefaceMetrics.cs
- ReferenceAssemblyAttribute.cs
- WmfPlaceableFileHeader.cs
- SequentialUshortCollection.cs
- updateconfighost.cs
- ParameterModifier.cs
- DesignerExtenders.cs
- MouseWheelEventArgs.cs
- XPathEmptyIterator.cs
- UdpDiscoveryMessageFilter.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- XmlTextReaderImpl.cs
- Visitors.cs
- CodeTypeParameter.cs
- DataGridViewSelectedRowCollection.cs
- RbTree.cs
- PolygonHotSpot.cs
- DataTransferEventArgs.cs
- CompositeCollection.cs
- SqlInternalConnectionSmi.cs
- ManipulationCompletedEventArgs.cs
- RuntimeWrappedException.cs
- QilParameter.cs
- CryptoConfig.cs
- ServiceModelSectionGroup.cs
- SrgsRulesCollection.cs
- FramingEncoders.cs
- ToolStripDropDown.cs
- DialogDivider.cs
- DataAdapter.cs
- DataGridViewLinkCell.cs
- SimpleType.cs
- RedirectionProxy.cs
- ADConnectionHelper.cs
- OdbcCommandBuilder.cs
- DataGridAutoFormat.cs
- Simplifier.cs
- DefaultCommandConverter.cs
- SecurityResources.cs