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
- WindowsScrollBar.cs
- ZoneButton.cs
- TypeGeneratedEventArgs.cs
- NotifyInputEventArgs.cs
- CallbackHandler.cs
- ListBase.cs
- EntryIndex.cs
- EventArgs.cs
- SettingsPropertyValue.cs
- XMLSchema.cs
- Win32.cs
- QilXmlWriter.cs
- EventLogInternal.cs
- ThrowHelper.cs
- SystemIcmpV4Statistics.cs
- AuthenticodeSignatureInformation.cs
- SourceChangedEventArgs.cs
- ScrollChrome.cs
- WindowsListViewItem.cs
- XmlBoundElement.cs
- _NegotiateClient.cs
- _emptywebproxy.cs
- WebPartDisplayModeEventArgs.cs
- StorageEntityContainerMapping.cs
- ProtocolInformationReader.cs
- SmiEventSink.cs
- DataSourceControlBuilder.cs
- COM2ExtendedBrowsingHandler.cs
- XNodeSchemaApplier.cs
- EmptyEnumerator.cs
- OperationInfo.cs
- CqlIdentifiers.cs
- RemoteAsymmetricSignatureFormatter.cs
- ViewCellSlot.cs
- AuthorizationPolicyTypeElement.cs
- DataTransferEventArgs.cs
- XhtmlBasicObjectListAdapter.cs
- ItemCheckedEvent.cs
- CapabilitiesState.cs
- _TimerThread.cs
- EmptyStringExpandableObjectConverter.cs
- Rect.cs
- InvokeProviderWrapper.cs
- ViewSimplifier.cs
- SparseMemoryStream.cs
- ConfigXmlWhitespace.cs
- TemplateLookupAction.cs
- ProvideValueServiceProvider.cs
- RowToParametersTransformer.cs
- Message.cs
- Menu.cs
- OptimalTextSource.cs
- SQLByteStorage.cs
- IteratorDescriptor.cs
- FacetValueContainer.cs
- OutputScope.cs
- ResourceExpression.cs
- ExpanderAutomationPeer.cs
- TrackBar.cs
- CfgParser.cs
- WebEvents.cs
- arabicshape.cs
- DataSourceControlBuilder.cs
- IFormattable.cs
- BookmarkScopeHandle.cs
- AlignmentXValidation.cs
- TreeNodeConverter.cs
- ActionMessageFilterTable.cs
- DataBoundControlHelper.cs
- IdnMapping.cs
- TreeNodeEventArgs.cs
- SessionStateModule.cs
- autovalidator.cs
- ResolveCriteria11.cs
- TextTreeObjectNode.cs
- PathGradientBrush.cs
- ExpressionDumper.cs
- CodeSubDirectoriesCollection.cs
- AppDomainManager.cs
- SystemWebCachingSectionGroup.cs
- EntityWrapperFactory.cs
- ThrowHelper.cs
- XmlFormatExtensionAttribute.cs
- WebPartHelpVerb.cs
- CodeBinaryOperatorExpression.cs
- BitmapEncoder.cs
- SecurityUtils.cs
- ReferentialConstraint.cs
- X509Certificate.cs
- CellRelation.cs
- SoapIgnoreAttribute.cs
- ThaiBuddhistCalendar.cs
- LocalizableResourceBuilder.cs
- CharConverter.cs
- XmlWriter.cs
- PropertyConverter.cs
- UnmanagedMarshal.cs
- ThemeInfoAttribute.cs
- GlobalProxySelection.cs
- AttributeQuery.cs