Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlInputPassword.cs / 1305376 / 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, ] 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./// 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
- SplashScreenNativeMethods.cs
- TypedElement.cs
- NameTable.cs
- UnauthorizedAccessException.cs
- WebBrowserEvent.cs
- RSAOAEPKeyExchangeFormatter.cs
- ServicePointManagerElement.cs
- WebBrowserNavigatingEventHandler.cs
- XamlPoint3DCollectionSerializer.cs
- UnmanagedBitmapWrapper.cs
- UnsafeNativeMethods.cs
- DispatcherSynchronizationContext.cs
- DataSourceHelper.cs
- LicenseProviderAttribute.cs
- LifetimeServices.cs
- ContractMapping.cs
- wmiprovider.cs
- PropertiesTab.cs
- SoapSchemaMember.cs
- DataGridViewCellEventArgs.cs
- FontUnit.cs
- SafeLibraryHandle.cs
- WebPartConnectionsCancelEventArgs.cs
- DataGridTextBoxColumn.cs
- AspNetRouteServiceHttpHandler.cs
- MenuAdapter.cs
- OutputCacheSettings.cs
- HotSpotCollection.cs
- IssuedTokenClientCredential.cs
- CurrentChangedEventManager.cs
- URLIdentityPermission.cs
- Token.cs
- QualifiedCellIdBoolean.cs
- WebConfigManager.cs
- CodeDomConfigurationHandler.cs
- Rijndael.cs
- Repeater.cs
- RemotingConfigParser.cs
- XmlAutoDetectWriter.cs
- ErrorWebPart.cs
- WebHostScriptMappingsInstallComponent.cs
- Image.cs
- XmlSchemaFacet.cs
- MetadataCache.cs
- NetworkInformationException.cs
- Int16Converter.cs
- MaterialGroup.cs
- ExportOptions.cs
- ExpressionEditorAttribute.cs
- ICollection.cs
- ComplexTypeEmitter.cs
- ExtensionSurface.cs
- HostSecurityManager.cs
- ParserExtension.cs
- input.cs
- CodeLabeledStatement.cs
- SqlRecordBuffer.cs
- ArrayList.cs
- Int32KeyFrameCollection.cs
- controlskin.cs
- TextServicesLoader.cs
- MultipartIdentifier.cs
- SqlInternalConnectionTds.cs
- RegistryExceptionHelper.cs
- PopupEventArgs.cs
- StandardCommands.cs
- XmlHelper.cs
- MenuItemStyle.cs
- Stack.cs
- TabPanel.cs
- AutoGeneratedFieldProperties.cs
- Utils.cs
- ClientScriptItem.cs
- BuildManagerHost.cs
- TypeBuilderInstantiation.cs
- WindowsToolbarItemAsMenuItem.cs
- ColumnReorderedEventArgs.cs
- LocalValueEnumerator.cs
- DiagnosticTrace.cs
- EdmConstants.cs
- Process.cs
- StreamWithDictionary.cs
- TcpDuplicateContext.cs
- NumericUpDown.cs
- EditorZoneBase.cs
- AcceleratedTokenAuthenticator.cs
- ClientScriptManager.cs
- HyperLinkStyle.cs
- MembershipValidatePasswordEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- serverconfig.cs
- SpnegoTokenAuthenticator.cs
- ValidatorCompatibilityHelper.cs
- XmlSchemaImporter.cs
- HttpFileCollectionBase.cs
- InvokeMemberBinder.cs
- FontFamily.cs
- SafeEventLogReadHandle.cs
- CredentialManagerDialog.cs
- IItemProperties.cs