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
- DoubleCollection.cs
- AsyncOperation.cs
- DirectoryObjectSecurity.cs
- Stopwatch.cs
- FieldBuilder.cs
- ScrollEventArgs.cs
- SingleResultAttribute.cs
- DataView.cs
- Marshal.cs
- DynamicRendererThreadManager.cs
- ListViewContainer.cs
- FrameworkTemplate.cs
- ACL.cs
- StylusCollection.cs
- SoapAttributeAttribute.cs
- ConsoleKeyInfo.cs
- HttpInputStream.cs
- Classification.cs
- SatelliteContractVersionAttribute.cs
- WorkflowHostingResponseContext.cs
- XsdBuilder.cs
- CodeGenerator.cs
- CommandBindingCollection.cs
- AnyAllSearchOperator.cs
- XmlSchemaComplexContent.cs
- CaretElement.cs
- CodeBinaryOperatorExpression.cs
- QueryAsyncResult.cs
- WebPartCatalogAddVerb.cs
- hwndwrapper.cs
- LateBoundBitmapDecoder.cs
- PropertyMappingExceptionEventArgs.cs
- IsolatedStorageFilePermission.cs
- ConnectionPoolManager.cs
- FieldReference.cs
- SettingsAttributes.cs
- VisualCollection.cs
- FileStream.cs
- FormatterConverter.cs
- DeleteMemberBinder.cs
- Attributes.cs
- GifBitmapDecoder.cs
- SiteMapPath.cs
- prompt.cs
- NameNode.cs
- StringValidatorAttribute.cs
- DependencyPropertyAttribute.cs
- UnsettableComboBox.cs
- ExtractorMetadata.cs
- FontUnitConverter.cs
- DrawingState.cs
- _AuthenticationState.cs
- EndpointReference.cs
- RootProfilePropertySettingsCollection.cs
- RijndaelCryptoServiceProvider.cs
- HtmlDocument.cs
- BlockUIContainer.cs
- AnnotationComponentChooser.cs
- HttpFileCollection.cs
- MessageEnumerator.cs
- XmlCDATASection.cs
- VBIdentifierDesigner.xaml.cs
- TemplateEditingFrame.cs
- UserInitiatedNavigationPermission.cs
- DtrList.cs
- SymbolEqualComparer.cs
- UnsignedPublishLicense.cs
- EditorZoneBase.cs
- TokenBasedSet.cs
- BamlBinaryReader.cs
- Automation.cs
- VisualProxy.cs
- OdbcConnection.cs
- handlecollector.cs
- DataGridLinkButton.cs
- ResourceReferenceExpression.cs
- DecimalAnimationBase.cs
- MasterPageParser.cs
- VirtualizingPanel.cs
- XmlSerializerFaultFormatter.cs
- UnaryExpressionHelper.cs
- UrlPath.cs
- SelfIssuedAuthRSACryptoProvider.cs
- XhtmlBasicLinkAdapter.cs
- ConfigurationStrings.cs
- InvalidOleVariantTypeException.cs
- ShapeTypeface.cs
- ColumnTypeConverter.cs
- WindowsScroll.cs
- SafeNativeMethods.cs
- StaticResourceExtension.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SafeNativeMethods.cs
- PnrpPermission.cs
- DrawingImage.cs
- DocumentPageTextView.cs
- CryptoStream.cs
- SchemaComplexType.cs
- SqlCachedBuffer.cs
- DesignerAttribute.cs