Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } }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
- BamlBinaryWriter.cs
- ListBoxItemWrapperAutomationPeer.cs
- DurationConverter.cs
- LogAppendAsyncResult.cs
- TextTreeTextNode.cs
- base64Transforms.cs
- HostingEnvironmentException.cs
- ThreadExceptionDialog.cs
- WindowsPrincipal.cs
- ProfilePropertyNameValidator.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ScriptingSectionGroup.cs
- TrustManagerPromptUI.cs
- ObjectListShowCommandsEventArgs.cs
- TextUtf8RawTextWriter.cs
- SwitchElementsCollection.cs
- ActivityMarkupSerializationProvider.cs
- OrderByLifter.cs
- CompiledQuery.cs
- VerificationAttribute.cs
- ObjectListFieldCollection.cs
- CreateUserWizardStep.cs
- DataStreams.cs
- DataTable.cs
- KeyConverter.cs
- RijndaelManaged.cs
- TypeUtils.cs
- DataGridAddNewRow.cs
- HelpInfo.cs
- CodeAttributeDeclaration.cs
- EventProxy.cs
- RegexGroup.cs
- FilterQuery.cs
- SqlProfileProvider.cs
- NonVisualControlAttribute.cs
- PagedDataSource.cs
- DelegateBodyWriter.cs
- TableColumnCollection.cs
- CustomCategoryAttribute.cs
- EmptyEnumerator.cs
- CalendarSelectionChangedEventArgs.cs
- LongValidatorAttribute.cs
- StringUtil.cs
- NamespaceDecl.cs
- ConditionalWeakTable.cs
- MoveSizeWinEventHandler.cs
- DbQueryCommandTree.cs
- ScriptControlManager.cs
- CallId.cs
- SafeEventLogReadHandle.cs
- TypeGeneratedEventArgs.cs
- PolicyAssertionCollection.cs
- ReadOnlyKeyedCollection.cs
- SimpleApplicationHost.cs
- SessionPageStateSection.cs
- ResolveNameEventArgs.cs
- ToolStripDropDownClosedEventArgs.cs
- PenThread.cs
- TransformGroup.cs
- Predicate.cs
- UnsafeNativeMethodsMilCoreApi.cs
- LinkClickEvent.cs
- DrawingCollection.cs
- InertiaExpansionBehavior.cs
- WebServiceHostFactory.cs
- PrePrepareMethodAttribute.cs
- SafeViewOfFileHandle.cs
- MailBnfHelper.cs
- ProcessingInstructionAction.cs
- DataGridPageChangedEventArgs.cs
- XmlReader.cs
- XmlNamespaceManager.cs
- CacheMemory.cs
- RedirectionProxy.cs
- X509Certificate2.cs
- RadioButton.cs
- UidPropertyAttribute.cs
- DataListCommandEventArgs.cs
- ReliableSession.cs
- XmlUtf8RawTextWriter.cs
- DataGridViewRowsAddedEventArgs.cs
- SafeRegistryHandle.cs
- HtmlUtf8RawTextWriter.cs
- CodeNamespaceImport.cs
- ContractReference.cs
- ParameterReplacerVisitor.cs
- XpsPackagingPolicy.cs
- Memoizer.cs
- BorderSidesEditor.cs
- DataGridHeaderBorder.cs
- ButtonStandardAdapter.cs
- PageThemeCodeDomTreeGenerator.cs
- HwndSource.cs
- PageThemeCodeDomTreeGenerator.cs
- ImageList.cs
- SafeViewOfFileHandle.cs
- ComponentDesigner.cs
- Command.cs
- DrawingGroup.cs
- NameSpaceExtractor.cs