Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CompositeCollection.cs
- TrackBar.cs
- ListControl.cs
- XsdBuilder.cs
- Item.cs
- MethodRental.cs
- ActivityLocationReferenceEnvironment.cs
- Ops.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ReadWriteObjectLock.cs
- CategoryNameCollection.cs
- RealProxy.cs
- EntityCollectionChangedParams.cs
- FlowDocumentPaginator.cs
- DateTimeStorage.cs
- SiteMapNodeCollection.cs
- MaskedTextBoxDesignerActionList.cs
- ErrorHandlingAcceptor.cs
- Int32Rect.cs
- HttpDigestClientCredential.cs
- BoundingRectTracker.cs
- ReadOnlyDataSourceView.cs
- PopOutPanel.cs
- SortedList.cs
- ActivationServices.cs
- Wrapper.cs
- ApplicationBuildProvider.cs
- FontWeights.cs
- CardSpaceException.cs
- IndexingContentUnit.cs
- SqlRetyper.cs
- ProcessHostMapPath.cs
- HttpChannelHelper.cs
- MinimizableAttributeTypeConverter.cs
- SafeCryptoHandles.cs
- EmptyCollection.cs
- Int16Storage.cs
- ServiceSecurityAuditBehavior.cs
- TypeUnloadedException.cs
- XmlEventCache.cs
- HtmlInputCheckBox.cs
- ExpressionWriter.cs
- FontDriver.cs
- SequenceDesignerAccessibleObject.cs
- XmlUtf8RawTextWriter.cs
- WeakReferenceEnumerator.cs
- MessagingDescriptionAttribute.cs
- TCPClient.cs
- MappingItemCollection.cs
- EncoderParameters.cs
- PathFigureCollectionValueSerializer.cs
- StyleSheetComponentEditor.cs
- Win32Exception.cs
- AppSettingsExpressionBuilder.cs
- AutomationEvent.cs
- FilteredDataSetHelper.cs
- AuthenticationModuleElementCollection.cs
- RegistrationServices.cs
- DataGridViewTextBoxCell.cs
- ActiveXHelper.cs
- ConfigXmlCDataSection.cs
- FrameworkContentElement.cs
- BaseCAMarshaler.cs
- PackageProperties.cs
- RequestCachingSection.cs
- TextTreeUndo.cs
- BuildProviderCollection.cs
- CookielessHelper.cs
- MutexSecurity.cs
- FontWeight.cs
- XhtmlConformanceSection.cs
- RectangleF.cs
- OleDbReferenceCollection.cs
- NativeMethods.cs
- TableColumn.cs
- TraceUtility.cs
- TreeViewDataItemAutomationPeer.cs
- CompiledXpathExpr.cs
- SqlFunctionAttribute.cs
- LambdaCompiler.Unary.cs
- ProcessStartInfo.cs
- DescendentsWalkerBase.cs
- X509ClientCertificateCredentialsElement.cs
- BufferedReadStream.cs
- ToolStripLabel.cs
- HwndSource.cs
- RubberbandSelector.cs
- EntityModelSchemaGenerator.cs
- Int32Animation.cs
- DataViewSetting.cs
- DataColumnPropertyDescriptor.cs
- OpenTypeLayoutCache.cs
- WorkflowMarkupSerializationProvider.cs
- MenuCommand.cs
- HttpException.cs
- ImageMap.cs
- Annotation.cs
- Page.cs
- VolatileEnlistmentState.cs
- FormatterServicesNoSerializableCheck.cs