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
- ListenDesigner.cs
- ObjectStateFormatter.cs
- XmlElement.cs
- SchemaImporterExtensionElementCollection.cs
- ItemCheckEvent.cs
- dbenumerator.cs
- SqlServer2KCompatibilityCheck.cs
- DateTime.cs
- HandleCollector.cs
- XmlSignatureManifest.cs
- ParameterModifier.cs
- EntityDataSource.cs
- AutoGeneratedField.cs
- followingquery.cs
- AsyncResult.cs
- SmtpClient.cs
- DataSourceControl.cs
- CodeIndexerExpression.cs
- base64Transforms.cs
- TypeUtils.cs
- ConfigXmlWhitespace.cs
- Point3D.cs
- LineSegment.cs
- DecoderBestFitFallback.cs
- XAMLParseException.cs
- ToolStripItemDesigner.cs
- PointLightBase.cs
- ContainerUIElement3D.cs
- CalendarButtonAutomationPeer.cs
- ErasingStroke.cs
- PartBasedPackageProperties.cs
- TextComposition.cs
- DecoderFallback.cs
- QuadraticBezierSegment.cs
- RawStylusInputCustomData.cs
- FactoryGenerator.cs
- SendKeys.cs
- ResXBuildProvider.cs
- RightsManagementEncryptedStream.cs
- EditCommandColumn.cs
- Vector3DConverter.cs
- InfoCardBinaryReader.cs
- XmlSchemaAnnotated.cs
- MailSettingsSection.cs
- Soap12ProtocolReflector.cs
- QilGeneratorEnv.cs
- OdbcTransaction.cs
- Misc.cs
- QuaternionIndependentAnimationStorage.cs
- NotifyParentPropertyAttribute.cs
- StrokeIntersection.cs
- HtmlHistory.cs
- XslTransform.cs
- QueryStringParameter.cs
- TTSEvent.cs
- DesignerHelpers.cs
- CheckBox.cs
- XmlQuerySequence.cs
- Graphics.cs
- XmlAnyElementAttributes.cs
- InvalidDataContractException.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DocumentScope.cs
- FaultContext.cs
- JsonEnumDataContract.cs
- InheritanceAttribute.cs
- HtmlShim.cs
- RelatedPropertyManager.cs
- ImageResources.Designer.cs
- IMembershipProvider.cs
- Screen.cs
- SettingsSection.cs
- DefaultParameterValueAttribute.cs
- UITypeEditor.cs
- FormattedTextSymbols.cs
- WindowsPen.cs
- RawContentTypeMapper.cs
- _NestedSingleAsyncResult.cs
- Predicate.cs
- Symbol.cs
- Msmq4PoisonHandler.cs
- ModelUIElement3D.cs
- ToolStripPanelRenderEventArgs.cs
- _NetworkingPerfCounters.cs
- UserControl.cs
- PaperSize.cs
- CornerRadius.cs
- EntityDataSourceColumn.cs
- XsdCachingReader.cs
- TemplatedAdorner.cs
- CompilerCollection.cs
- CodeDelegateCreateExpression.cs
- CompositeCollectionView.cs
- MonthChangedEventArgs.cs
- TypedElement.cs
- StyleSheetDesigner.cs
- DataMisalignedException.cs
- NameValueCollection.cs
- ConnectionManagementElement.cs
- CredentialCache.cs