Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- log.cs
- UInt64.cs
- _SSPISessionCache.cs
- GridViewRowPresenter.cs
- OrderablePartitioner.cs
- RangeBase.cs
- NetSectionGroup.cs
- UnsafeNativeMethods.cs
- DbgCompiler.cs
- FontNamesConverter.cs
- WorkerRequest.cs
- CompiledQueryCacheKey.cs
- XmlDataContract.cs
- HtmlTable.cs
- DecimalAverageAggregationOperator.cs
- ToolStripSeparator.cs
- ExpandButtonVisibilityConverter.cs
- BlockUIContainer.cs
- Regex.cs
- StatusBarDrawItemEvent.cs
- MetadataItemCollectionFactory.cs
- XmlQueryStaticData.cs
- IpcPort.cs
- DeclarativeCatalogPartDesigner.cs
- PatternMatcher.cs
- XmlSortKey.cs
- TraceInternal.cs
- ColumnResult.cs
- OrderedDictionary.cs
- HttpClientCertificate.cs
- DependencyObjectType.cs
- LineServicesRun.cs
- ExecutionContext.cs
- HtmlInputRadioButton.cs
- SoundPlayer.cs
- EncryptedData.cs
- GotoExpression.cs
- PeerResolverElement.cs
- Journaling.cs
- StreamInfo.cs
- Rule.cs
- DataGridViewRowCollection.cs
- EmissiveMaterial.cs
- StackBuilderSink.cs
- RotateTransform3D.cs
- SHA512CryptoServiceProvider.cs
- RegexCaptureCollection.cs
- ASCIIEncoding.cs
- Geometry3D.cs
- XmlName.cs
- WebPartChrome.cs
- XpsFilter.cs
- LongValidator.cs
- DynamicDataManager.cs
- AssociationTypeEmitter.cs
- BuildProviderAppliesToAttribute.cs
- XmlAttributeOverrides.cs
- UrlParameterWriter.cs
- Unit.cs
- CustomGrammar.cs
- DataGridViewCellFormattingEventArgs.cs
- AmbientLight.cs
- Table.cs
- TempEnvironment.cs
- FastPropertyAccessor.cs
- PrivilegedConfigurationManager.cs
- FileAuthorizationModule.cs
- PathGeometry.cs
- ISAPIRuntime.cs
- BaseTemplateParser.cs
- AvTraceDetails.cs
- ChannelTerminatedException.cs
- AppearanceEditorPart.cs
- PropertyChangedEventArgs.cs
- tooltip.cs
- ToolStripLocationCancelEventArgs.cs
- ColorPalette.cs
- InfoCardBinaryReader.cs
- Simplifier.cs
- UdpReplyToBehavior.cs
- XmlLinkedNode.cs
- TypedTableBaseExtensions.cs
- SoapObjectInfo.cs
- Point.cs
- SingleSelectRootGridEntry.cs
- BeginStoryboard.cs
- SplayTreeNode.cs
- RemoteWebConfigurationHost.cs
- XPathEmptyIterator.cs
- WebBrowserNavigatingEventHandler.cs
- NamespaceMapping.cs
- SQLInt16.cs
- SecurityException.cs
- SecurityTokenProvider.cs
- PartialCachingAttribute.cs
- InvalidAsynchronousStateException.cs
- RewritingValidator.cs
- NameValueConfigurationCollection.cs
- DataGridGeneralPage.cs
- DictionaryEntry.cs