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
- WebPartConnectionsEventArgs.cs
- RequestCache.cs
- TemplateKey.cs
- CharacterShapingProperties.cs
- RegexBoyerMoore.cs
- RolePrincipal.cs
- UIHelper.cs
- CommunicationObjectFaultedException.cs
- SQLString.cs
- BaseProcessProtocolHandler.cs
- CodeDOMProvider.cs
- TypeInfo.cs
- PolicyException.cs
- PagedDataSource.cs
- WizardStepBase.cs
- StringAttributeCollection.cs
- ConnectionOrientedTransportChannelFactory.cs
- _IPv6Address.cs
- ProfileModule.cs
- ConnectionManagementSection.cs
- HyperLink.cs
- MultiByteCodec.cs
- ProfilePropertySettingsCollection.cs
- MappingItemCollection.cs
- WS2007FederationHttpBindingElement.cs
- EnvelopedPkcs7.cs
- BitmapEffectGroup.cs
- AnimationClock.cs
- ConfigsHelper.cs
- BaseHashHelper.cs
- MailBnfHelper.cs
- TcpConnectionPool.cs
- EmptyQuery.cs
- EventEntry.cs
- HttpListenerContext.cs
- Executor.cs
- Slider.cs
- Inline.cs
- WebBrowsableAttribute.cs
- XmlNodeList.cs
- NameValuePair.cs
- TextParentUndoUnit.cs
- IDQuery.cs
- PrimaryKeyTypeConverter.cs
- OrderedDictionaryStateHelper.cs
- ViewGenResults.cs
- X509ChainElement.cs
- QueueProcessor.cs
- CollectionConverter.cs
- Task.cs
- BitmapEffectInputData.cs
- AttributeUsageAttribute.cs
- Visual.cs
- ExecutedRoutedEventArgs.cs
- CheckPair.cs
- FilterEventArgs.cs
- XmlTextAttribute.cs
- DocumentReference.cs
- HttpDebugHandler.cs
- Literal.cs
- DecoratedNameAttribute.cs
- BinHexEncoding.cs
- ReceiveActivityValidator.cs
- DeleteMemberBinder.cs
- MessageQueueEnumerator.cs
- TimeSpanFormat.cs
- Image.cs
- TraceUtils.cs
- RenderContext.cs
- SecurityElement.cs
- ValidationErrorInfo.cs
- BuiltInExpr.cs
- PersonalizableTypeEntry.cs
- DnsElement.cs
- ListCardsInFileRequest.cs
- Geometry.cs
- FusionWrap.cs
- ServiceModelSecurityTokenRequirement.cs
- ReverseInheritProperty.cs
- RestClientProxyHandler.cs
- CultureInfoConverter.cs
- SerializerDescriptor.cs
- Int32Rect.cs
- MessageSmuggler.cs
- HostingEnvironmentException.cs
- TextRunCache.cs
- MinMaxParagraphWidth.cs
- MD5Cng.cs
- SafeMemoryMappedViewHandle.cs
- XmlFormatExtensionAttribute.cs
- MeasurementDCInfo.cs
- PrivilegeNotHeldException.cs
- BitmapDownload.cs
- PageCodeDomTreeGenerator.cs
- TableCell.cs
- GeneralTransform3D.cs
- PointAnimationClockResource.cs
- GeneralTransform2DTo3DTo2D.cs
- GestureRecognizer.cs
- DrawingAttributesDefaultValueFactory.cs