Code:
/ DotNET / DotNET / 8.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;
///
/// Filters and retrieves several types of values from validated controls.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class AssociatedControlConverter: ControlIDConverter {
///
/// Determines whether a given control should have its id added to the StandardValuesCollection.
///
protected override bool FilterControl(Control control) {
return control is WebControl;
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpResponseHeader.cs
- InsufficientExecutionStackException.cs
- DataGridViewDataErrorEventArgs.cs
- TraceUtils.cs
- Sentence.cs
- ApplyImportsAction.cs
- XmlSchemaSequence.cs
- DataGridDetailsPresenter.cs
- AttributeEmitter.cs
- DocumentViewerHelper.cs
- DocumentApplicationJournalEntry.cs
- InputScopeManager.cs
- XmlRootAttribute.cs
- Parser.cs
- SizeAnimationUsingKeyFrames.cs
- StringSource.cs
- VisualTarget.cs
- NestedContainer.cs
- DataGridViewCellParsingEventArgs.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- WorkflowDispatchContext.cs
- StorageAssociationTypeMapping.cs
- TypeUtil.cs
- UIElementPropertyUndoUnit.cs
- PassportIdentity.cs
- SqlReferenceCollection.cs
- EnumUnknown.cs
- TemplateNodeContextMenu.cs
- Rules.cs
- Literal.cs
- FullTextLine.cs
- List.cs
- SqlProfileProvider.cs
- FrameworkEventSource.cs
- HwndAppCommandInputProvider.cs
- OptimizedTemplateContent.cs
- EntityReference.cs
- ReadOnlyCollectionBase.cs
- WorkflowTraceTransfer.cs
- DataTable.cs
- TypeLibConverter.cs
- SrgsRuleRef.cs
- DecimalKeyFrameCollection.cs
- ToolStrip.cs
- AttributeUsageAttribute.cs
- SQLInt16Storage.cs
- WebPartZone.cs
- Roles.cs
- TabItemWrapperAutomationPeer.cs
- ImageSource.cs
- AssemblyAssociatedContentFileAttribute.cs
- SymbolMethod.cs
- CharAnimationUsingKeyFrames.cs
- WebPartEditorOkVerb.cs
- SemaphoreFullException.cs
- FamilyMap.cs
- AbsoluteQuery.cs
- Propagator.ExtentPlaceholderCreator.cs
- DataViewSetting.cs
- EqualityComparer.cs
- TableLayout.cs
- NamedObject.cs
- XPathParser.cs
- SecondaryIndexList.cs
- NullableDoubleSumAggregationOperator.cs
- SplashScreenNativeMethods.cs
- ScriptHandlerFactory.cs
- TriggerCollection.cs
- JsonGlobals.cs
- SqlColumnizer.cs
- DomainUpDown.cs
- XmlSchemaIdentityConstraint.cs
- InstanceData.cs
- TypeFieldSchema.cs
- SignatureDescription.cs
- DesignerOptionService.cs
- XmlStringTable.cs
- CapabilitiesPattern.cs
- TableItemProviderWrapper.cs
- MemberAssignmentAnalysis.cs
- WindowsBrush.cs
- QilScopedVisitor.cs
- AgileSafeNativeMemoryHandle.cs
- SqlIdentifier.cs
- QueryProcessor.cs
- SmtpCommands.cs
- SelectedDatesCollection.cs
- TreeNodeCollection.cs
- Animatable.cs
- AsnEncodedData.cs
- DataSourceView.cs
- DiscriminatorMap.cs
- GridViewCellAutomationPeer.cs
- MarkerProperties.cs
- GeometryGroup.cs
- COM2FontConverter.cs
- PeerResolverElement.cs
- DispatcherTimer.cs
- Style.cs
- SimpleFieldTemplateUserControl.cs