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
- ApplicationSettingsBase.cs
- NodeFunctions.cs
- ApplicationFileCodeDomTreeGenerator.cs
- EUCJPEncoding.cs
- Wow64ConfigurationLoader.cs
- DataContract.cs
- FunctionNode.cs
- TimersDescriptionAttribute.cs
- CookieParameter.cs
- HtmlInputControl.cs
- DecimalAnimation.cs
- CompilationSection.cs
- EFDataModelProvider.cs
- Label.cs
- WinFormsUtils.cs
- FontConverter.cs
- Listen.cs
- TraceSection.cs
- DATA_BLOB.cs
- ApplicationBuildProvider.cs
- ChannelDispatcherCollection.cs
- EdmProperty.cs
- MetadataCollection.cs
- WizardStepBase.cs
- EntityContainerEmitter.cs
- ReferencedCollectionType.cs
- Encoder.cs
- Compress.cs
- smtppermission.cs
- ConversionValidationRule.cs
- SchemaDeclBase.cs
- FactoryGenerator.cs
- Button.cs
- CuspData.cs
- ReadOnlyState.cs
- MetadataUtilsSmi.cs
- ResourceExpressionBuilder.cs
- CachedFontFamily.cs
- ImageBrush.cs
- DrawingState.cs
- FormsAuthenticationEventArgs.cs
- DataGridViewButtonColumn.cs
- WebZone.cs
- Point.cs
- SqlDataSourceQuery.cs
- ProcessHostConfigUtils.cs
- HtmlWindowCollection.cs
- Rfc2898DeriveBytes.cs
- DataSetUtil.cs
- ResourceAttributes.cs
- CapabilitiesPattern.cs
- IntSecurity.cs
- ApplyTemplatesAction.cs
- DbTransaction.cs
- GenericPrincipal.cs
- SplashScreenNativeMethods.cs
- XmlSchemaSequence.cs
- Renderer.cs
- BrowserCapabilitiesCompiler.cs
- ListViewTableCell.cs
- GenericTextProperties.cs
- TreeNodeStyleCollectionEditor.cs
- CalendarAutomationPeer.cs
- WebPartDisplayModeEventArgs.cs
- APCustomTypeDescriptor.cs
- XpsResource.cs
- ControlCachePolicy.cs
- StickyNote.cs
- LinkClickEvent.cs
- AmbientLight.cs
- SqlDataSource.cs
- DbException.cs
- ButtonAutomationPeer.cs
- SimpleLine.cs
- ItemCollectionEditor.cs
- RegexInterpreter.cs
- ObjectItemCollection.cs
- Touch.cs
- RequestCachePolicy.cs
- BinaryReader.cs
- WebDisplayNameAttribute.cs
- RuleInfoComparer.cs
- TcpClientChannel.cs
- CryptoApi.cs
- TypeHelpers.cs
- BitmapScalingModeValidation.cs
- SystemIPGlobalProperties.cs
- AsyncWaitHandle.cs
- DataTableTypeConverter.cs
- EmptyCollection.cs
- X509Extension.cs
- TypeNameParser.cs
- MouseDevice.cs
- TransportSecurityBindingElement.cs
- HttpModuleCollection.cs
- WSHttpSecurity.cs
- SoapException.cs
- StaticTextPointer.cs
- TypeUnloadedException.cs
- ScrollChangedEventArgs.cs