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 / AssociatedControlConverter.cs / 1 / AssociatedControlConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Collections; using System.ComponentModel; using System.Globalization; using System.Reflection; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class AssociatedControlConverter: ControlIDConverter { ///Filters and retrieves several types of values from validated controls. ////// protected override bool FilterControl(Control control) { return control is WebControl; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Determines whether a given control should have its id added to the StandardValuesCollection. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Collections; using System.ComponentModel; using System.Globalization; using System.Reflection; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class AssociatedControlConverter: ControlIDConverter { ///Filters and retrieves several types of values from validated controls. ////// protected override bool FilterControl(Control control) { return control is WebControl; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Determines whether a given control should have its id added to the StandardValuesCollection. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TablePattern.cs
- SymDocumentType.cs
- NominalTypeEliminator.cs
- Ppl.cs
- TreeNodeBindingCollection.cs
- TextHidden.cs
- FormViewCommandEventArgs.cs
- HostingEnvironmentException.cs
- X509Utils.cs
- SourceFilter.cs
- xamlnodes.cs
- FormsAuthenticationModule.cs
- ConfigurationStrings.cs
- UnhandledExceptionEventArgs.cs
- SettingsPropertyValue.cs
- XsltCompileContext.cs
- AttachedAnnotation.cs
- VectorCollectionValueSerializer.cs
- ConnectionStringsExpressionEditor.cs
- SafeThreadHandle.cs
- MarkupProperty.cs
- PaintValueEventArgs.cs
- XmlLanguage.cs
- UIElementHelper.cs
- clipboard.cs
- BrowserDefinitionCollection.cs
- Transform3DGroup.cs
- XmlCustomFormatter.cs
- StateRuntime.cs
- WorkflowHostingResponseContext.cs
- SoapMessage.cs
- MonthCalendar.cs
- FormsAuthenticationConfiguration.cs
- SecurityRuntime.cs
- NamedPermissionSet.cs
- DoubleAnimationClockResource.cs
- PropertyMappingExceptionEventArgs.cs
- EntryIndex.cs
- DataGridViewColumnHeaderCell.cs
- URLAttribute.cs
- OperatingSystem.cs
- Missing.cs
- PrintingPermission.cs
- UidPropertyAttribute.cs
- DESCryptoServiceProvider.cs
- Button.cs
- TemplatedWizardStep.cs
- AutoSizeToolBoxItem.cs
- ParserHooks.cs
- SqlFlattener.cs
- SqlDataSourceDesigner.cs
- SystemIPGlobalProperties.cs
- DependencyProperty.cs
- SystemBrushes.cs
- SemaphoreSecurity.cs
- ContentValidator.cs
- RankException.cs
- EntityParameter.cs
- KeyManager.cs
- AuditLevel.cs
- WebPartDeleteVerb.cs
- SuppressMessageAttribute.cs
- ExpressionLexer.cs
- XmlSchemaExporter.cs
- NoClickablePointException.cs
- CloudCollection.cs
- RectangleHotSpot.cs
- RemotingClientProxy.cs
- EqualityComparer.cs
- SQLByteStorage.cs
- CodeTypeReferenceSerializer.cs
- ComContractElementCollection.cs
- PropertyPathWorker.cs
- ParallelTimeline.cs
- DocobjHost.cs
- ResourceAssociationTypeEnd.cs
- SemaphoreSecurity.cs
- PackageRelationshipCollection.cs
- PartialCachingAttribute.cs
- ProviderConnectionPointCollection.cs
- InstallerTypeAttribute.cs
- CaseStatementSlot.cs
- DefaultCompensation.cs
- ConfigurationPropertyCollection.cs
- CounterSampleCalculator.cs
- DataGridTextBoxColumn.cs
- ExpressionBuilder.cs
- SessionState.cs
- Expressions.cs
- XmlSerializerFactory.cs
- DataSvcMapFileSerializer.cs
- SafeNativeMethodsOther.cs
- DbConnectionPoolGroup.cs
- SqlClientWrapperSmiStream.cs
- RC2CryptoServiceProvider.cs
- CodeValidator.cs
- DataViewSettingCollection.cs
- DictionaryChange.cs
- EntityParameter.cs
- SecurityUtils.cs