Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //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.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
- FigureHelper.cs
- WorkflowMarkupSerializationProvider.cs
- UserNameSecurityToken.cs
- TableRowCollection.cs
- AutoCompleteStringCollection.cs
- DateRangeEvent.cs
- SystemWebSectionGroup.cs
- FixedPageProcessor.cs
- OdbcConnection.cs
- mediaclock.cs
- DataTableReaderListener.cs
- String.cs
- _Events.cs
- TextEditorTables.cs
- TableAdapterManagerGenerator.cs
- TemplateBuilder.cs
- ContextMenuStripGroup.cs
- KnownIds.cs
- SafeRegistryHandle.cs
- SafeMILHandleMemoryPressure.cs
- FocusManager.cs
- HelpKeywordAttribute.cs
- ControlAdapter.cs
- RequiredArgumentAttribute.cs
- ConfigurationStrings.cs
- StateChangeEvent.cs
- ThaiBuddhistCalendar.cs
- MsmqDecodeHelper.cs
- TextEditorContextMenu.cs
- OverflowException.cs
- HttpListenerRequest.cs
- DataBoundControlHelper.cs
- QilInvokeEarlyBound.cs
- TreeNodeClickEventArgs.cs
- AssemblyName.cs
- AstTree.cs
- ThrowHelper.cs
- PathGeometry.cs
- IImplicitResourceProvider.cs
- streamingZipPartStream.cs
- CommonXSendMessage.cs
- ScriptMethodAttribute.cs
- FileDialog_Vista_Interop.cs
- LayoutUtils.cs
- AssemblyResourceLoader.cs
- SudsWriter.cs
- StackSpiller.Temps.cs
- shaperfactoryquerycachekey.cs
- ProxyHwnd.cs
- TrustLevel.cs
- RpcResponse.cs
- DefaultWorkflowTransactionService.cs
- AppModelKnownContentFactory.cs
- DesignerDataRelationship.cs
- WindowsFormsHelpers.cs
- ToolStripItemGlyph.cs
- ProgressBarRenderer.cs
- SettingsAttributeDictionary.cs
- SaveFileDialog.cs
- IssuedTokenClientBehaviorsElement.cs
- XPathDescendantIterator.cs
- FormsAuthenticationModule.cs
- CompensatableTransactionScopeActivityDesigner.cs
- PersonalizationStateInfo.cs
- CodeFieldReferenceExpression.cs
- FormViewUpdatedEventArgs.cs
- XmlNode.cs
- DataRelation.cs
- Timer.cs
- ReversePositionQuery.cs
- XmlReturnReader.cs
- ObjectParameter.cs
- GeometryCollection.cs
- DefaultBindingPropertyAttribute.cs
- Tuple.cs
- Throw.cs
- DbFunctionCommandTree.cs
- UserControlBuildProvider.cs
- PrePrepareMethodAttribute.cs
- Pkcs9Attribute.cs
- PassportIdentity.cs
- NodeFunctions.cs
- CodeSubDirectory.cs
- PackageRelationshipSelector.cs
- handlecollector.cs
- XmlEventCache.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- PaintEvent.cs
- InputProcessorProfiles.cs
- DataGridCell.cs
- EdgeModeValidation.cs
- StringWriter.cs
- Drawing.cs
- MenuStrip.cs
- XhtmlTextWriter.cs
- FileSystemWatcher.cs
- ExtentCqlBlock.cs
- PseudoWebRequest.cs
- ReplyChannelBinder.cs
- CodeRemoveEventStatement.cs