Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / AssociatedControlConverter.cs / 1305376 / 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; ////// 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; ////// 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
- WebBrowserPermission.cs
- LockRecursionException.cs
- NotifyParentPropertyAttribute.cs
- ProcessProtocolHandler.cs
- AsyncOperationManager.cs
- Geometry3D.cs
- AnimatedTypeHelpers.cs
- CFStream.cs
- WebPartTracker.cs
- UnsignedPublishLicense.cs
- HashHelpers.cs
- TTSEngineTypes.cs
- Parsers.cs
- CodeSnippetStatement.cs
- NavigationWindowAutomationPeer.cs
- DataSourceControl.cs
- ProviderSettings.cs
- ReflectionPermission.cs
- PartitionedStream.cs
- DeferredTextReference.cs
- PeerToPeerException.cs
- RijndaelManagedTransform.cs
- ConfigurationStrings.cs
- InkCanvasInnerCanvas.cs
- XmlValidatingReader.cs
- Logging.cs
- XPathArrayIterator.cs
- SqlDataSourceCache.cs
- SafeNativeMethods.cs
- XPathExpr.cs
- MetadataItemEmitter.cs
- Filter.cs
- UserMapPath.cs
- BrushMappingModeValidation.cs
- XmlSchemaRedefine.cs
- SafeViewOfFileHandle.cs
- WindowsBrush.cs
- DataContractSet.cs
- WindowsGraphicsWrapper.cs
- GreenMethods.cs
- SizeAnimationBase.cs
- AsynchronousChannelMergeEnumerator.cs
- FormsAuthenticationUserCollection.cs
- Rotation3DAnimationBase.cs
- SortFieldComparer.cs
- DictionaryEntry.cs
- ConsoleCancelEventArgs.cs
- ToolStripItemCollection.cs
- RemoveStoryboard.cs
- _Connection.cs
- Wizard.cs
- figurelength.cs
- SessionEndingEventArgs.cs
- DelegatingTypeDescriptionProvider.cs
- GPRECTF.cs
- TdsParameterSetter.cs
- SqlHelper.cs
- InheritanceRules.cs
- ContractNamespaceAttribute.cs
- Empty.cs
- TTSEvent.cs
- CurrentChangingEventManager.cs
- MessagePropertyFilter.cs
- PathParser.cs
- EnumConverter.cs
- TransformProviderWrapper.cs
- CollectionViewGroupRoot.cs
- PartEditor.cs
- ErrorItem.cs
- ListMarkerSourceInfo.cs
- ReadOnlyNameValueCollection.cs
- TypeInfo.cs
- NullableFloatSumAggregationOperator.cs
- RenderDataDrawingContext.cs
- SystemNetHelpers.cs
- ItemList.cs
- WhitespaceRuleReader.cs
- EmptyStringExpandableObjectConverter.cs
- OneOfElement.cs
- AuditLogLocation.cs
- AutomationProperties.cs
- CalloutQueueItem.cs
- MarkupCompilePass1.cs
- XmlSchemaComplexContentExtension.cs
- Type.cs
- CompleteWizardStep.cs
- SkewTransform.cs
- XmlObjectSerializerReadContextComplexJson.cs
- OutputCacheSettingsSection.cs
- AnonymousIdentificationSection.cs
- ping.cs
- Compiler.cs
- ByteArrayHelperWithString.cs
- WebResponse.cs
- WebPartMenuStyle.cs
- ResetableIterator.cs
- _Semaphore.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- SmiSettersStream.cs
- SignatureDescription.cs