Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / Adapters / HierarchicalDataBoundControlAdapter.cs / 1 / HierarchicalDataBoundControlAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.Adapters { using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HierarchicalDataBoundControlAdapter : WebControlAdapter { protected new HierarchicalDataBoundControl Control { get { return (HierarchicalDataBoundControl)base.Control; } } protected internal virtual void PerformDataBinding() { Control.PerformDataBinding(); } } } // 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.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HierarchicalDataBoundControlAdapter : WebControlAdapter { protected new HierarchicalDataBoundControl Control { get { return (HierarchicalDataBoundControl)base.Control; } } protected internal virtual void PerformDataBinding() { Control.PerformDataBinding(); } } } // 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
- FunctionParameter.cs
- HttpHandlersInstallComponent.cs
- PassportAuthenticationEventArgs.cs
- EventManager.cs
- sortedlist.cs
- SafeHandle.cs
- PageCodeDomTreeGenerator.cs
- XPathNavigator.cs
- XhtmlConformanceSection.cs
- ProtocolViolationException.cs
- EmptyTextWriter.cs
- ContentPlaceHolderDesigner.cs
- FilterEventArgs.cs
- QuaternionAnimation.cs
- XamlGridLengthSerializer.cs
- ShaderRenderModeValidation.cs
- FixedNode.cs
- XmlParser.cs
- PointAnimationBase.cs
- ToolboxComponentsCreatedEventArgs.cs
- HttpServerChannel.cs
- PropertyOverridesDialog.cs
- ExtentCqlBlock.cs
- SqlDependency.cs
- Policy.cs
- TextPenaltyModule.cs
- SafeSystemMetrics.cs
- WebBrowsableAttribute.cs
- ProfileServiceManager.cs
- ValueCollectionParameterReader.cs
- ListBox.cs
- DescriptionAttribute.cs
- MenuStrip.cs
- SessionSwitchEventArgs.cs
- ToolBarTray.cs
- OrderedDictionary.cs
- DataGridViewCellValueEventArgs.cs
- BitmapCodecInfoInternal.cs
- SiteMapDataSource.cs
- Compiler.cs
- RoutedUICommand.cs
- HostedElements.cs
- WaitHandleCannotBeOpenedException.cs
- ProfileGroupSettings.cs
- ForwardPositionQuery.cs
- XsltSettings.cs
- Compiler.cs
- MarkedHighlightComponent.cs
- StreamInfo.cs
- NewExpression.cs
- WindowsPrincipal.cs
- XmlUTF8TextReader.cs
- ValidationSummary.cs
- HtmlWindow.cs
- ManipulationStartingEventArgs.cs
- TCPListener.cs
- Number.cs
- TreeNodeEventArgs.cs
- HorizontalAlignConverter.cs
- TableRowCollection.cs
- LineServices.cs
- MissingMethodException.cs
- ControlBindingsCollection.cs
- WrapperSecurityCommunicationObject.cs
- HtmlLink.cs
- EDesignUtil.cs
- QueryReaderSettings.cs
- PrivilegeNotHeldException.cs
- AttributeQuery.cs
- WorkflowExecutor.cs
- TdsParserHelperClasses.cs
- KnownTypesProvider.cs
- HighContrastHelper.cs
- RichTextBox.cs
- DataGridTableCollection.cs
- FileLevelControlBuilderAttribute.cs
- ClientSettingsStore.cs
- MultiPropertyDescriptorGridEntry.cs
- OpCellTreeNode.cs
- MsmqIntegrationBinding.cs
- Expressions.cs
- QilStrConcat.cs
- CheckBoxField.cs
- PageClientProxyGenerator.cs
- SoapEnumAttribute.cs
- SmtpSection.cs
- MailAddressParser.cs
- OdbcDataReader.cs
- MouseBinding.cs
- BigIntegerStorage.cs
- RegisteredArrayDeclaration.cs
- ChangeTracker.cs
- CngKey.cs
- Row.cs
- LinqMaximalSubtreeNominator.cs
- PropertyGridEditorPart.cs
- SoapExtensionTypeElement.cs
- EnumerableCollectionView.cs
- GridViewRowEventArgs.cs
- BufferedGraphics.cs