Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ProgressBarRenderer.cs
- Rect3D.cs
- TabPage.cs
- CheckBoxList.cs
- IIS7UserPrincipal.cs
- MemberRelationshipService.cs
- GeneralTransformGroup.cs
- EmbeddedObject.cs
- PackageFilter.cs
- CurrentChangingEventManager.cs
- PropertyIDSet.cs
- StackSpiller.Bindings.cs
- ListSourceHelper.cs
- PrintPreviewControl.cs
- PropertyDescriptor.cs
- ConditionalAttribute.cs
- BoundField.cs
- NullReferenceException.cs
- SqlBuilder.cs
- SizeChangedEventArgs.cs
- returneventsaver.cs
- UnsafeNativeMethods.cs
- ScrollContentPresenter.cs
- BufferedResponseStream.cs
- KnownTypesHelper.cs
- Debugger.cs
- StringExpressionSet.cs
- GraphicsContext.cs
- RulePatternOps.cs
- SystemFonts.cs
- AsyncOperationManager.cs
- DataException.cs
- EdmTypeAttribute.cs
- ThicknessAnimationUsingKeyFrames.cs
- SHA256.cs
- ControlEvent.cs
- QueryOperatorEnumerator.cs
- GcSettings.cs
- AppDomainEvidenceFactory.cs
- ScriptIgnoreAttribute.cs
- StoreContentChangedEventArgs.cs
- AbstractDataSvcMapFileLoader.cs
- NestedContainer.cs
- CardSpacePolicyElement.cs
- QueryReaderSettings.cs
- ArrangedElement.cs
- ProfilePropertyNameValidator.cs
- SmiEventStream.cs
- TypeReference.cs
- InvalidStoreProtectionKeyException.cs
- DataBindingsDialog.cs
- DictionaryItemsCollection.cs
- EntityParameter.cs
- HttpResponseHeader.cs
- WindowsGraphics2.cs
- DataGridViewRowCollection.cs
- ButtonFieldBase.cs
- OAVariantLib.cs
- Transactions.cs
- ResourcesGenerator.cs
- RsaSecurityKey.cs
- SimpleWebHandlerParser.cs
- SkewTransform.cs
- TextTrailingCharacterEllipsis.cs
- OracleConnectionFactory.cs
- OutgoingWebResponseContext.cs
- SystemResources.cs
- DataGridViewCellCancelEventArgs.cs
- QfeChecker.cs
- PropertyItemInternal.cs
- XmlMembersMapping.cs
- CollectionType.cs
- DesignerDataSourceView.cs
- ModifierKeysConverter.cs
- ToolboxComponentsCreatedEventArgs.cs
- X509ChainElement.cs
- TrustLevelCollection.cs
- GraphicsState.cs
- ObjectStateEntry.cs
- TextMetrics.cs
- ValidationErrorEventArgs.cs
- DotExpr.cs
- DecimalAnimation.cs
- Converter.cs
- SplashScreen.cs
- PathSegmentCollection.cs
- MethodCallExpression.cs
- DataTableTypeConverter.cs
- InvalidProgramException.cs
- DecoderFallback.cs
- WindowsProgressbar.cs
- GenericIdentity.cs
- PropertyValueUIItem.cs
- OpenTypeLayoutCache.cs
- WebBrowserPermission.cs
- FilterableAttribute.cs
- QilUnary.cs
- Win32SafeHandles.cs
- ObjectParameter.cs
- DocumentOrderQuery.cs