Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlInputPassword.cs / 2 / HtmlInputPassword.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlInputPassword.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System.ComponentModel; using System; using System.Collections; using System.Collections.Specialized; using System.Globalization; using System.Web; using System.Web.UI; using System.Security.Permissions; ////// [ DefaultEvent("ServerChange"), ValidationProperty("Value"), SupportsEventValidation, ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlInputPassword : HtmlInputText, IPostBackDataHandler { private static readonly object EventServerChange = new object(); /* * Creates an intrinsic Html INPUT type=password control. */ public HtmlInputPassword() : base("password") { } protected override void RenderAttributes(HtmlTextWriter writer) { // Remove value from viewstate for input type=password ViewState.Remove("value"); base.RenderAttributes(writer); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ ///// The ////// class defines the methods, properties, and events for the HtmlInputPassword server /// control. This class allows programmatic access to the HTML <input type= /// text> /// and <input type= /// password> elements on the server. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlInputPassword.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System.ComponentModel; using System; using System.Collections; using System.Collections.Specialized; using System.Globalization; using System.Web; using System.Web.UI; using System.Security.Permissions; ////// [ DefaultEvent("ServerChange"), ValidationProperty("Value"), SupportsEventValidation, ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlInputPassword : HtmlInputText, IPostBackDataHandler { private static readonly object EventServerChange = new object(); /* * Creates an intrinsic Html INPUT type=password control. */ public HtmlInputPassword() : base("password") { } protected override void RenderAttributes(HtmlTextWriter writer) { // Remove value from viewstate for input type=password ViewState.Remove("value"); base.RenderAttributes(writer); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// The ////// class defines the methods, properties, and events for the HtmlInputPassword server /// control. This class allows programmatic access to the HTML <input type= /// text> /// and <input type= /// password> elements on the server. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsGraphicsCacheManager.cs
- CompositeTypefaceMetrics.cs
- NativeMethodsOther.cs
- Command.cs
- SetterBaseCollection.cs
- SingleTagSectionHandler.cs
- SqlDesignerDataSourceView.cs
- EdmValidator.cs
- BaseUriWithWildcard.cs
- EntityCommandExecutionException.cs
- SchemaCollectionPreprocessor.cs
- ColorInterpolationModeValidation.cs
- HttpRuntimeSection.cs
- XamlBrushSerializer.cs
- PrefixQName.cs
- LocalServiceSecuritySettingsElement.cs
- DbMetaDataColumnNames.cs
- FloaterBaseParagraph.cs
- RegistrySecurity.cs
- Int32RectConverter.cs
- DynamicDocumentPaginator.cs
- DateTimeValueSerializerContext.cs
- ReadContentAsBinaryHelper.cs
- DecimalAnimationBase.cs
- PhysicalFontFamily.cs
- StreamGeometry.cs
- SystemIcmpV6Statistics.cs
- QilSortKey.cs
- ButtonChrome.cs
- BookmarkScope.cs
- GatewayDefinition.cs
- PartialCachingControl.cs
- TransactionsSectionGroup.cs
- BroadcastEventHelper.cs
- PropagatorResult.cs
- XamlReaderHelper.cs
- DbReferenceCollection.cs
- InternalBufferManager.cs
- HashHelpers.cs
- HttpValueCollection.cs
- Stack.cs
- GridSplitter.cs
- MsmqUri.cs
- SelectionProcessor.cs
- NonBatchDirectoryCompiler.cs
- MediaSystem.cs
- safelink.cs
- XsdBuilder.cs
- MasterPage.cs
- OrderByBuilder.cs
- RequestQueryProcessor.cs
- BaseResourcesBuildProvider.cs
- ResourceAttributes.cs
- ResolveMatchesMessage11.cs
- OutOfProcStateClientManager.cs
- PolicyStatement.cs
- BoundField.cs
- SendSecurityHeader.cs
- BitmapCodecInfo.cs
- WebPartZone.cs
- FacetEnabledSchemaElement.cs
- XmlSecureResolver.cs
- VisualTransition.cs
- XmlWrappingWriter.cs
- SerializationObjectManager.cs
- XmlSchemaNotation.cs
- XmlSchemaObjectCollection.cs
- NamedPermissionSet.cs
- GenericsInstances.cs
- ControlType.cs
- CopyNodeSetAction.cs
- TableTextElementCollectionInternal.cs
- TextServicesHost.cs
- XmlAttributeOverrides.cs
- SHA1.cs
- SubqueryTrackingVisitor.cs
- AuthStoreRoleProvider.cs
- TransactionTable.cs
- CapabilitiesUse.cs
- cache.cs
- XmlDataCollection.cs
- ApplicationBuildProvider.cs
- SqlServices.cs
- ConfigXmlReader.cs
- EntityDataSourceView.cs
- GridView.cs
- OleDbSchemaGuid.cs
- EllipseGeometry.cs
- WebPart.cs
- SessionStateUtil.cs
- ScaleTransform3D.cs
- WinInet.cs
- WindowsProgressbar.cs
- EdmSchemaAttribute.cs
- WindowsTokenRoleProvider.cs
- DbgUtil.cs
- Int64AnimationUsingKeyFrames.cs
- FaultContext.cs
- PrintDialogDesigner.cs
- AnnotationMap.cs