Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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(); } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BindingWorker.cs
- ProcessHostMapPath.cs
- HttpDictionary.cs
- ContextQuery.cs
- ControlType.cs
- TextBoxDesigner.cs
- HttpServerVarsCollection.cs
- Control.cs
- DesignerView.xaml.cs
- ComProxy.cs
- TextBoxAutomationPeer.cs
- TripleDES.cs
- ObjectList.cs
- IPEndPoint.cs
- WpfKnownTypeInvoker.cs
- Mutex.cs
- MsmqTransportSecurityElement.cs
- LinkLabelLinkClickedEvent.cs
- HotSpot.cs
- UniformGrid.cs
- ThreadAttributes.cs
- BodyWriter.cs
- ListBoxAutomationPeer.cs
- SecureStringHasher.cs
- Ops.cs
- PropertyDescriptorCollection.cs
- TextContainerChangeEventArgs.cs
- PageOutputColor.cs
- SqlTriggerAttribute.cs
- PriorityItem.cs
- TextDecoration.cs
- ObjectView.cs
- ImageSource.cs
- StylusTip.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- ListViewDeletedEventArgs.cs
- HandleExceptionArgs.cs
- Context.cs
- ObjectListFieldCollection.cs
- AssociationSet.cs
- ViewStateModeByIdAttribute.cs
- ColorBuilder.cs
- IDReferencePropertyAttribute.cs
- ViewgenContext.cs
- DataSysAttribute.cs
- LoadItemsEventArgs.cs
- StylusDevice.cs
- OracleConnectionString.cs
- GridSplitter.cs
- SystemResources.cs
- Module.cs
- HostProtectionPermission.cs
- CompleteWizardStep.cs
- TemplateBindingExtensionConverter.cs
- RequestCachingSection.cs
- OperatingSystemVersionCheck.cs
- IdentityNotMappedException.cs
- EventLogSession.cs
- AttributeXamlType.cs
- XmlNamedNodeMap.cs
- ConditionalBranch.cs
- IApplicationTrustManager.cs
- PostBackOptions.cs
- ListViewUpdateEventArgs.cs
- ProgressPage.cs
- TextTreeExtractElementUndoUnit.cs
- KeyValueConfigurationElement.cs
- HMACRIPEMD160.cs
- DBCSCodePageEncoding.cs
- CacheAxisQuery.cs
- _SpnDictionary.cs
- SqlRowUpdatingEvent.cs
- JoinElimination.cs
- WebResourceAttribute.cs
- SafeSecurityHelper.cs
- MetadataCache.cs
- oledbmetadatacollectionnames.cs
- WindowsImpersonationContext.cs
- ServiceModelTimeSpanValidator.cs
- HttpApplicationFactory.cs
- ProgramNode.cs
- DesignerUtils.cs
- PrintDialog.cs
- ReadOnlyTernaryTree.cs
- ExternalDataExchangeClient.cs
- StreamUpdate.cs
- CombinedGeometry.cs
- RadioButtonFlatAdapter.cs
- StdValidatorsAndConverters.cs
- PriorityBindingExpression.cs
- FormsAuthenticationUser.cs
- UnsafeNativeMethods.cs
- ChannelHandler.cs
- TreeViewCancelEvent.cs
- HtmlTableCell.cs
- SerializerDescriptor.cs
- SiteMap.cs
- HelpFileFileNameEditor.cs
- Model3DGroup.cs
- BitmapEffectDrawingContent.cs