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
- RuntimeIdentifierPropertyAttribute.cs
- GridViewCancelEditEventArgs.cs
- ValueTypePropertyReference.cs
- Point4DValueSerializer.cs
- LinqDataSourceDeleteEventArgs.cs
- TextRunCacheImp.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- XmlEnumAttribute.cs
- QuaternionRotation3D.cs
- EventMap.cs
- MarkerProperties.cs
- DeferredReference.cs
- SafeNativeMethods.cs
- DeferredBinaryDeserializerExtension.cs
- DesignerView.Commands.cs
- DbConnectionPoolOptions.cs
- AnnotationObservableCollection.cs
- CheckBoxBaseAdapter.cs
- ParameterCollection.cs
- ScriptResourceAttribute.cs
- DataGridViewRowHeaderCell.cs
- Composition.cs
- SecurityListenerSettingsLifetimeManager.cs
- SafeNativeMethods.cs
- PackWebResponse.cs
- EntityKeyElement.cs
- ResolveCompletedEventArgs.cs
- RelatedPropertyManager.cs
- CacheDict.cs
- LogicalTreeHelper.cs
- GradientPanel.cs
- SqlConnectionPoolProviderInfo.cs
- StyleCollectionEditor.cs
- LogicalTreeHelper.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- QueryConverter.cs
- ProcessingInstructionAction.cs
- PackageRelationship.cs
- Help.cs
- ProviderException.cs
- OptimalBreakSession.cs
- RuleSettingsCollection.cs
- NetPeerTcpBinding.cs
- MultilineStringConverter.cs
- SoapInteropTypes.cs
- TemplateBuilder.cs
- ClosableStream.cs
- XmlCustomFormatter.cs
- DataSourceExpression.cs
- ProcessModelSection.cs
- CharacterMetrics.cs
- Freezable.cs
- OdbcEnvironment.cs
- HttpModulesSection.cs
- SmiXetterAccessMap.cs
- Int32.cs
- _CookieModule.cs
- Root.cs
- SID.cs
- PeerCollaborationPermission.cs
- ApplicationActivator.cs
- OpenTypeLayoutCache.cs
- SqlError.cs
- Utilities.cs
- RegisteredDisposeScript.cs
- StorageMappingFragment.cs
- SQLRoleProvider.cs
- StorageMappingItemLoader.cs
- BamlTreeUpdater.cs
- NativeMethods.cs
- DataGridViewColumn.cs
- ScriptingSectionGroup.cs
- DataFormat.cs
- DispatcherOperation.cs
- PropertyConverter.cs
- TrustManagerMoreInformation.cs
- CellRelation.cs
- RowToFieldTransformer.cs
- PathSegment.cs
- DataList.cs
- LinqDataSourceView.cs
- SmiContextFactory.cs
- IgnoreFileBuildProvider.cs
- System.Data_BID.cs
- DataGridTable.cs
- ThemeDirectoryCompiler.cs
- XmlTextEncoder.cs
- securitycriticaldataformultiplegetandset.cs
- MeshGeometry3D.cs
- AnimationLayer.cs
- TextTreeInsertElementUndoUnit.cs
- CqlLexer.cs
- LongValidator.cs
- ModelUIElement3D.cs
- X509CertificateTrustedIssuerElement.cs
- HwndSubclass.cs
- EditingScope.cs
- Maps.cs
- DecimalMinMaxAggregationOperator.cs
- MenuItemCollectionEditor.cs