Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- DesignerDataParameter.cs
- EmptyEnumerable.cs
- ConstantExpression.cs
- TransformBlockRequest.cs
- ipaddressinformationcollection.cs
- DefaultValueTypeConverter.cs
- ObjectNotFoundException.cs
- PropertyFilterAttribute.cs
- UnsafeNativeMethodsCLR.cs
- SettingsPropertyIsReadOnlyException.cs
- EventDescriptorCollection.cs
- Enum.cs
- _UriSyntax.cs
- ListView.cs
- LicenseProviderAttribute.cs
- SupportsPreviewControlAttribute.cs
- UInt16Converter.cs
- BamlBinaryWriter.cs
- RestClientProxyHandler.cs
- prompt.cs
- ProfileSection.cs
- RuntimeDelegateArgument.cs
- DescendentsWalker.cs
- ToolboxSnapDragDropEventArgs.cs
- ListenerAdaptersInstallComponent.cs
- DiagnosticEventProvider.cs
- SearchForVirtualItemEventArgs.cs
- PropertyGrid.cs
- LogWriteRestartAreaState.cs
- InertiaTranslationBehavior.cs
- mongolianshape.cs
- dtdvalidator.cs
- MimeFormatExtensions.cs
- ValidatedControlConverter.cs
- BinHexEncoder.cs
- ToolboxItemWrapper.cs
- HtmlInputButton.cs
- HasActivatableWorkflowEvent.cs
- BroadcastEventHelper.cs
- HttpServerChannel.cs
- SqlTrackingQuery.cs
- DiscoveryClientOutputChannel.cs
- BindingBase.cs
- DirectoryInfo.cs
- ToolboxItem.cs
- FileLevelControlBuilderAttribute.cs
- ReadOnlyDataSource.cs
- ConfigPathUtility.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- DataControlFieldCollection.cs
- SqlInternalConnection.cs
- fixedPageContentExtractor.cs
- PersistenceTypeAttribute.cs
- Parsers.cs
- FollowerQueueCreator.cs
- RecipientInfo.cs
- CircleHotSpot.cs
- Rotation3DAnimationUsingKeyFrames.cs
- TreeViewImageIndexConverter.cs
- PropertyDescriptorCollection.cs
- OperationAbortedException.cs
- ActiveXHost.cs
- PeerNameRegistration.cs
- StringResourceManager.cs
- SQLConvert.cs
- _SSPISessionCache.cs
- Nodes.cs
- SortedList.cs
- PersianCalendar.cs
- SchemaImporterExtensionElementCollection.cs
- ButtonFlatAdapter.cs
- SoundPlayerAction.cs
- ToolStripDesignerAvailabilityAttribute.cs
- PersonalizationStateInfo.cs
- HiddenFieldPageStatePersister.cs
- RoleManagerEventArgs.cs
- GradientStop.cs
- ColorContext.cs
- SymLanguageType.cs
- CardSpaceShim.cs
- OleDbParameter.cs
- RoleGroupCollection.cs
- ThreadStartException.cs
- ServicePoint.cs
- QueryExecutionOption.cs
- CompoundFileStorageReference.cs
- DataGridRowEventArgs.cs
- ValueTypeFixupInfo.cs
- SchemeSettingElement.cs
- Registry.cs
- LinkArea.cs
- AssemblyInfo.cs
- ActivityPreviewDesigner.cs
- WindowsTab.cs
- DesignerDeviceConfig.cs
- SerializerWriterEventHandlers.cs
- BooleanProjectedSlot.cs
- ViewManagerAttribute.cs
- HTTPNotFoundHandler.cs
- MergePropertyDescriptor.cs