Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- CheckBoxList.cs
- XmlNamedNodeMap.cs
- SHA512CryptoServiceProvider.cs
- ReadContentAsBinaryHelper.cs
- ProjectionCamera.cs
- BuilderInfo.cs
- UpdateManifestForBrowserApplication.cs
- Selection.cs
- InfoCardCryptoHelper.cs
- ServiceCredentialsElement.cs
- XmlSerializerFactory.cs
- PeerOutputChannel.cs
- UIElement.cs
- PartitionerQueryOperator.cs
- Rotation3DAnimation.cs
- DetailsViewUpdatedEventArgs.cs
- FactoryId.cs
- JobDuplex.cs
- EntityClassGenerator.cs
- Endpoint.cs
- XmlDomTextWriter.cs
- ButtonChrome.cs
- EntityContainerEmitter.cs
- MailHeaderInfo.cs
- SlipBehavior.cs
- DataGridTableCollection.cs
- KoreanCalendar.cs
- SimpleTextLine.cs
- DurableEnlistmentState.cs
- WindowsRebar.cs
- DelegatingConfigHost.cs
- ObjectNotFoundException.cs
- RoutedEventArgs.cs
- WindowsListViewSubItem.cs
- ListControlBoundActionList.cs
- DomNameTable.cs
- ItemList.cs
- RegisteredArrayDeclaration.cs
- EventLogEntryCollection.cs
- TrustLevelCollection.cs
- TrackingProfile.cs
- RequestCacheValidator.cs
- SettingsPropertyValueCollection.cs
- DecoratedNameAttribute.cs
- Compress.cs
- NamespaceList.cs
- PackageStore.cs
- TextServicesProperty.cs
- FormsAuthenticationConfiguration.cs
- LifetimeMonitor.cs
- SafeArrayTypeMismatchException.cs
- XmlDictionaryReaderQuotas.cs
- TrackBar.cs
- GridViewRowPresenter.cs
- FloaterParagraph.cs
- ObjectQuery.cs
- ConfigXmlSignificantWhitespace.cs
- FilteredXmlReader.cs
- SHA256CryptoServiceProvider.cs
- TokenBasedSet.cs
- InvalidCastException.cs
- DataGridColumnCollection.cs
- Clock.cs
- DbParameterCollection.cs
- XmlSchemaAnyAttribute.cs
- wgx_sdk_version.cs
- DataFormat.cs
- Token.cs
- EmbossBitmapEffect.cs
- VisualTreeUtils.cs
- InlineUIContainer.cs
- AutomationEventArgs.cs
- bindurihelper.cs
- XmlSchemaSimpleContentExtension.cs
- Psha1DerivedKeyGenerator.cs
- XPathDocumentIterator.cs
- HashRepartitionEnumerator.cs
- Speller.cs
- ASCIIEncoding.cs
- SinglePageViewer.cs
- XsltSettings.cs
- DesignTimeTemplateParser.cs
- SHA256Cng.cs
- _IPv6Address.cs
- QualificationDataAttribute.cs
- QuaternionRotation3D.cs
- SimpleWorkerRequest.cs
- ConfigurationException.cs
- TcpTransportBindingElement.cs
- TagNameToTypeMapper.cs
- DesignerToolboxInfo.cs
- EventMappingSettingsCollection.cs
- ToolStripRenderer.cs
- ToolBarButtonDesigner.cs
- SqlError.cs
- DataReaderContainer.cs
- MethodCallTranslator.cs
- EmissiveMaterial.cs
- WpfKnownMember.cs
- TextInfo.cs