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
- NavigationProperty.cs
- EntryIndex.cs
- UriExt.cs
- assertwrapper.cs
- PositiveTimeSpanValidatorAttribute.cs
- CharacterBuffer.cs
- GestureRecognitionResult.cs
- PasswordRecovery.cs
- CodeExpressionStatement.cs
- GenericQueueSurrogate.cs
- SQLMoneyStorage.cs
- Rectangle.cs
- ProxyAttribute.cs
- MonikerBuilder.cs
- _NestedMultipleAsyncResult.cs
- ListViewTableCell.cs
- ValidatingPropertiesEventArgs.cs
- QueryPageSettingsEventArgs.cs
- XmlNodeList.cs
- RegexWorker.cs
- TextDecorationCollection.cs
- DivideByZeroException.cs
- ElementMarkupObject.cs
- MouseDevice.cs
- Zone.cs
- SoapCodeExporter.cs
- ProgressPage.cs
- NavigationProgressEventArgs.cs
- ExceptionCollection.cs
- DataRowView.cs
- TextBoxRenderer.cs
- ActivatedMessageQueue.cs
- Annotation.cs
- VirtualPathProvider.cs
- TextTreePropertyUndoUnit.cs
- storepermissionattribute.cs
- AssemblyBuilderData.cs
- StringFreezingAttribute.cs
- HtmlInputRadioButton.cs
- InputLanguageProfileNotifySink.cs
- PropertyTab.cs
- ManagedFilter.cs
- ClientTargetSection.cs
- PolicyManager.cs
- remotingproxy.cs
- IImplicitResourceProvider.cs
- DiscoveryDocument.cs
- BitmapFrameEncode.cs
- TreeView.cs
- CustomAttributeFormatException.cs
- TextRenderer.cs
- QilGeneratorEnv.cs
- SerialReceived.cs
- PanelStyle.cs
- WSDualHttpSecurityElement.cs
- UnauthorizedAccessException.cs
- DrawTreeNodeEventArgs.cs
- PublisherIdentityPermission.cs
- CatchBlock.cs
- DbParameterCollection.cs
- ComPlusDiagnosticTraceSchemas.cs
- Message.cs
- SimpleBitVector32.cs
- MouseOverProperty.cs
- Expressions.cs
- HtmlGenericControl.cs
- TypeDescriptor.cs
- ActivityInterfaces.cs
- ScrollItemProviderWrapper.cs
- RoutedEventConverter.cs
- DataTableTypeConverter.cs
- DesignerAttributeInfo.cs
- GridViewItemAutomationPeer.cs
- ClientEventManager.cs
- CacheRequest.cs
- TimeoutConverter.cs
- EntityRecordInfo.cs
- LineGeometry.cs
- SystemIcons.cs
- CommandEventArgs.cs
- TransportSecurityBindingElement.cs
- RTLAwareMessageBox.cs
- DataGridColumn.cs
- SynchronousReceiveBehavior.cs
- ContentType.cs
- LinqDataSourceSelectEventArgs.cs
- Matrix3D.cs
- DataGridViewComboBoxColumn.cs
- XPathDescendantIterator.cs
- ValueUnavailableException.cs
- WebServiceParameterData.cs
- arclist.cs
- DbParameterCollection.cs
- EntityDataSourceEntitySetNameItem.cs
- ResourceExpression.cs
- OdbcErrorCollection.cs
- MergeLocalizationDirectives.cs
- PageAsyncTaskManager.cs
- CompilerLocalReference.cs
- BindingElementExtensionElement.cs