Code:
/ FX-1434 / FX-1434 / 1.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
- TemplatePropertyEntry.cs
- Visitor.cs
- XsdBuilder.cs
- MimeMapping.cs
- SmiTypedGetterSetter.cs
- FrameworkContentElement.cs
- CssClassPropertyAttribute.cs
- XmlSchemaObjectTable.cs
- XsltContext.cs
- input.cs
- DateTimeUtil.cs
- StatusBar.cs
- OperationValidationEventArgs.cs
- InternalBufferOverflowException.cs
- SecurityElement.cs
- EntityDataSourceContextCreatedEventArgs.cs
- XpsImage.cs
- DetailsViewUpdateEventArgs.cs
- StandardOleMarshalObject.cs
- SecurityTokenContainer.cs
- MenuItemCollection.cs
- Operators.cs
- SecurityKeyIdentifier.cs
- SafeLibraryHandle.cs
- AppSettingsSection.cs
- GridItem.cs
- ScrollChrome.cs
- DocumentScope.cs
- CultureNotFoundException.cs
- CodeCatchClauseCollection.cs
- BCLDebug.cs
- Command.cs
- DependencyPropertyDescriptor.cs
- ParameterToken.cs
- DataServiceKeyAttribute.cs
- PropertyPath.cs
- DataListItemEventArgs.cs
- HttpClientCertificate.cs
- DBPropSet.cs
- METAHEADER.cs
- IOThreadTimer.cs
- ThicknessAnimation.cs
- ControlParameter.cs
- HelpKeywordAttribute.cs
- ZipIOCentralDirectoryFileHeader.cs
- ListViewDeletedEventArgs.cs
- KeySpline.cs
- LambdaCompiler.Logical.cs
- MobileCapabilities.cs
- ReadOnlyAttribute.cs
- ToolStripGrip.cs
- DynamicAttribute.cs
- TypeConverterHelper.cs
- QuotedStringFormatReader.cs
- RootDesignerSerializerAttribute.cs
- DoubleLinkList.cs
- Selection.cs
- WebPartZoneBaseDesigner.cs
- WebContext.cs
- ActionFrame.cs
- Literal.cs
- UpDownBase.cs
- GroupBox.cs
- TextElementEnumerator.cs
- EntityDataSourceChangedEventArgs.cs
- SynchronizationLockException.cs
- DocumentXmlWriter.cs
- SqlAliaser.cs
- XmlWriter.cs
- IntMinMaxAggregationOperator.cs
- OdbcParameter.cs
- AssociationSet.cs
- LeaseManager.cs
- BaseConfigurationRecord.cs
- XmlElementAttributes.cs
- StateInitialization.cs
- InfiniteTimeSpanConverter.cs
- ToolStripProgressBar.cs
- ColorConvertedBitmap.cs
- WebPartExportVerb.cs
- X509Utils.cs
- UIPermission.cs
- Site.cs
- XPathNodeIterator.cs
- MetadataUtilsSmi.cs
- NetSectionGroup.cs
- CodeStatementCollection.cs
- ActivitySurrogate.cs
- TabControl.cs
- AttributedMetaModel.cs
- ProcessThread.cs
- MenuCommands.cs
- DataGridBoolColumn.cs
- SecurityToken.cs
- SerializationStore.cs
- RectangleGeometry.cs
- ListViewGroupConverter.cs
- SvcMapFileLoader.cs
- ObjectReaderCompiler.cs
- _NtlmClient.cs