Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. ///// 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
- WebUtility.cs
- LogWriteRestartAreaState.cs
- SchemaTableColumn.cs
- XdrBuilder.cs
- BaseHashHelper.cs
- DataGridViewRowPostPaintEventArgs.cs
- SpellerError.cs
- QueryTaskGroupState.cs
- SqlError.cs
- BlurEffect.cs
- ClientSideQueueItem.cs
- SoapExtensionTypeElement.cs
- BaseCodeDomTreeGenerator.cs
- TextModifier.cs
- DocumentViewerAutomationPeer.cs
- SqlDataSourceQueryConverter.cs
- Int32Rect.cs
- ResourceReferenceKeyNotFoundException.cs
- AppAction.cs
- WindowsButton.cs
- SqlBuilder.cs
- Console.cs
- formatstringdialog.cs
- ChannelEndpointElementCollection.cs
- PlainXmlWriter.cs
- TextTreeExtractElementUndoUnit.cs
- EntityTypeEmitter.cs
- UriExt.cs
- CompareValidator.cs
- OpenTypeLayoutCache.cs
- AlgoModule.cs
- DescendantQuery.cs
- IRCollection.cs
- Transactions.cs
- SlipBehavior.cs
- XmlDataSourceView.cs
- PageTheme.cs
- XpsSerializerFactory.cs
- NonParentingControl.cs
- DynamicEntity.cs
- GeometryDrawing.cs
- StaticResourceExtension.cs
- HostExecutionContextManager.cs
- XmlQueryCardinality.cs
- _Rfc2616CacheValidators.cs
- FileLoadException.cs
- SoapException.cs
- ViewStateException.cs
- DtrList.cs
- TypeConverterHelper.cs
- FileDataSourceCache.cs
- SmiContext.cs
- configsystem.cs
- MimeMapping.cs
- RectAnimationClockResource.cs
- WhitespaceRule.cs
- SiteMapPath.cs
- MethodImplAttribute.cs
- Memoizer.cs
- PolyQuadraticBezierSegment.cs
- OracleConnectionStringBuilder.cs
- CorrelationTokenTypeConvertor.cs
- EntityProviderServices.cs
- ListBox.cs
- WindowsListViewGroupHelper.cs
- RenderOptions.cs
- XmlNodeChangedEventArgs.cs
- InvalidPrinterException.cs
- PersonalizationStateQuery.cs
- ProgressBar.cs
- ComponentResourceKeyConverter.cs
- X509ChainElement.cs
- FixedSOMElement.cs
- RelatedView.cs
- ResourcePart.cs
- Queue.cs
- XmlMapping.cs
- WindowsMenu.cs
- Cursors.cs
- FormParameter.cs
- CodeAttachEventStatement.cs
- XmlSchemaAnnotated.cs
- TextDecorationCollection.cs
- UseLicense.cs
- ModelItemCollection.cs
- BinaryObjectReader.cs
- SecuritySessionFilter.cs
- DocumentPageHost.cs
- OperatorExpressions.cs
- DataGridPageChangedEventArgs.cs
- TextEditorParagraphs.cs
- HwndSubclass.cs
- CompositeControl.cs
- DocumentGridPage.cs
- IteratorDescriptor.cs
- HtmlElementEventArgs.cs
- ConstructorNeedsTagAttribute.cs
- Cloud.cs
- BitmapDecoder.cs
- SoapObjectWriter.cs