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
- ContentPresenter.cs
- ServiceEndpointElement.cs
- IsolatedStorageFile.cs
- ApplicationServiceHelper.cs
- SamlAuthorityBinding.cs
- DbInsertCommandTree.cs
- TerminateSequenceResponse.cs
- PropertyEntry.cs
- Decoder.cs
- APCustomTypeDescriptor.cs
- TableSectionStyle.cs
- EventHandlerService.cs
- RowUpdatedEventArgs.cs
- AutomationFocusChangedEventArgs.cs
- ParallelTimeline.cs
- EventLogPermissionEntry.cs
- ParameterCollection.cs
- AsyncCompletedEventArgs.cs
- SourceFilter.cs
- OptimizerPatterns.cs
- Bezier.cs
- ProgressBarBrushConverter.cs
- BinaryParser.cs
- X509Certificate2Collection.cs
- EdmSchemaError.cs
- RightsManagementPermission.cs
- ThemeInfoAttribute.cs
- ProxyAttribute.cs
- ToolboxBitmapAttribute.cs
- ColumnReorderedEventArgs.cs
- ColumnWidthChangedEvent.cs
- FixedTextView.cs
- RemoteWebConfigurationHostStream.cs
- Message.cs
- BuildProviderUtils.cs
- XmlSerializerVersionAttribute.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- SoundPlayer.cs
- AssemblyHash.cs
- WindowVisualStateTracker.cs
- IdentityReference.cs
- IndexedEnumerable.cs
- ParallelDesigner.xaml.cs
- DataGridCell.cs
- WebHostScriptMappingsInstallComponent.cs
- AsyncResult.cs
- RSAPKCS1SignatureDeformatter.cs
- InteropBitmapSource.cs
- MatrixAnimationBase.cs
- TextBreakpoint.cs
- WebPartVerb.cs
- BitmapMetadataBlob.cs
- CultureInfo.cs
- Model3D.cs
- BuilderPropertyEntry.cs
- MessageQueueConverter.cs
- ObjectTokenCategory.cs
- DataSvcMapFile.cs
- LogRestartAreaEnumerator.cs
- IfJoinedCondition.cs
- ScriptReference.cs
- RSAProtectedConfigurationProvider.cs
- thaishape.cs
- EdmComplexTypeAttribute.cs
- TcpWorkerProcess.cs
- CodeExpressionStatement.cs
- FormattedText.cs
- DeviceSpecificDialogCachedState.cs
- SafeNativeMethods.cs
- HttpDictionary.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- Pen.cs
- WindowsScrollBarBits.cs
- Inflater.cs
- ExtendedPropertyCollection.cs
- ObjectListCommand.cs
- Misc.cs
- Row.cs
- CapiNative.cs
- FormViewCommandEventArgs.cs
- SignedXml.cs
- HttpStreamXmlDictionaryReader.cs
- sqlmetadatafactory.cs
- StandardTransformFactory.cs
- NativeRightsManagementAPIsStructures.cs
- PriorityChain.cs
- EtwTrace.cs
- SwitchElementsCollection.cs
- ScriptManagerProxy.cs
- XsltInput.cs
- TypeBrowserDialog.cs
- Hashtable.cs
- IntegerCollectionEditor.cs
- _NativeSSPI.cs
- mactripleDES.cs
- SchemaTableColumn.cs
- TimeSpanConverter.cs
- SettingsPropertyWrongTypeException.cs
- FunctionImportElement.cs
- DataSourceControlBuilder.cs