Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / RequiredFieldValidator.cs / 1 / RequiredFieldValidator.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System.ComponentModel; using System.Web; using System.Security.Permissions; using System.Web.Util; ////// [ ToolboxData("<{0}:RequiredFieldValidator runat=\"server\" ErrorMessage=\"RequiredFieldValidator\">{0}:RequiredFieldValidator>") ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class RequiredFieldValidator : BaseValidator { ///Checks if the value of /// the associated input control is different from its initial value. ////// [ WebCategory("Behavior"), Themeable(false), DefaultValue(""), WebSysDescription(SR.RequiredFieldValidator_InitialValue) ] public string InitialValue { get { object o = ViewState["InitialValue"]; return((o == null) ? String.Empty : (string)o); } set { ViewState["InitialValue"] = value; } } ///Gets or sets the initial value of the associated input control. ////// /// AddAttributesToRender method /// protected override void AddAttributesToRender(HtmlTextWriter writer) { base.AddAttributesToRender(writer); if (RenderUplevel) { string id = ClientID; HtmlTextWriter expandoAttributeWriter = (EnableLegacyRendering) ? writer : null; AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "RequiredFieldValidatorEvaluateIsValid", false); AddExpandoAttribute(expandoAttributeWriter, id, "initialvalue", InitialValue); } } ////// /// EvaluateIsValid method /// protected override bool EvaluateIsValid() { // Get the control value, return true if it is not found string controlValue = GetControlValidationValue(ControlToValidate); if (controlValue == null) { Debug.Fail("Should have been caught by PropertiesValid check"); return true; } // See if the control has changed return(!controlValue.Trim().Equals(InitialValue.Trim())); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System.ComponentModel; using System.Web; using System.Security.Permissions; using System.Web.Util; ////// [ ToolboxData("<{0}:RequiredFieldValidator runat=\"server\" ErrorMessage=\"RequiredFieldValidator\">{0}:RequiredFieldValidator>") ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class RequiredFieldValidator : BaseValidator { ///Checks if the value of /// the associated input control is different from its initial value. ////// [ WebCategory("Behavior"), Themeable(false), DefaultValue(""), WebSysDescription(SR.RequiredFieldValidator_InitialValue) ] public string InitialValue { get { object o = ViewState["InitialValue"]; return((o == null) ? String.Empty : (string)o); } set { ViewState["InitialValue"] = value; } } ///Gets or sets the initial value of the associated input control. ////// /// AddAttributesToRender method /// protected override void AddAttributesToRender(HtmlTextWriter writer) { base.AddAttributesToRender(writer); if (RenderUplevel) { string id = ClientID; HtmlTextWriter expandoAttributeWriter = (EnableLegacyRendering) ? writer : null; AddExpandoAttribute(expandoAttributeWriter, id, "evaluationfunction", "RequiredFieldValidatorEvaluateIsValid", false); AddExpandoAttribute(expandoAttributeWriter, id, "initialvalue", InitialValue); } } ////// /// EvaluateIsValid method /// protected override bool EvaluateIsValid() { // Get the control value, return true if it is not found string controlValue = GetControlValidationValue(ControlToValidate); if (controlValue == null) { Debug.Fail("Should have been caught by PropertiesValid check"); return true; } // See if the control has changed return(!controlValue.Trim().Equals(InitialValue.Trim())); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormClosingEvent.cs
- FtpRequestCacheValidator.cs
- ScrollItemPattern.cs
- CssTextWriter.cs
- RoleGroup.cs
- PenContexts.cs
- DispatcherHooks.cs
- SQLGuidStorage.cs
- GridLengthConverter.cs
- HostedHttpContext.cs
- QueryAccessibilityHelpEvent.cs
- XmlIgnoreAttribute.cs
- DataIdProcessor.cs
- Misc.cs
- updateconfighost.cs
- Convert.cs
- InkCanvasSelection.cs
- NoResizeSelectionBorderGlyph.cs
- MergePropertyDescriptor.cs
- ToolStripDropDownButton.cs
- X509RecipientCertificateClientElement.cs
- Label.cs
- ClientUtils.cs
- ChooseAction.cs
- MailSettingsSection.cs
- BufferCache.cs
- ObservableCollectionDefaultValueFactory.cs
- XmlQuerySequence.cs
- UIElement3DAutomationPeer.cs
- SystemUdpStatistics.cs
- Encoding.cs
- RealProxy.cs
- ScriptResourceHandler.cs
- VersionPair.cs
- SiteMapHierarchicalDataSourceView.cs
- Internal.cs
- DateTimeParse.cs
- QilTypeChecker.cs
- DataBindingHandlerAttribute.cs
- ImageField.cs
- WebDescriptionAttribute.cs
- EnumerableRowCollection.cs
- TextTreeDeleteContentUndoUnit.cs
- RtfControlWordInfo.cs
- PaperSource.cs
- ControlParameter.cs
- DbProviderFactoriesConfigurationHandler.cs
- UriTemplateMatchException.cs
- InfoCardKeyedHashAlgorithm.cs
- XmlAutoDetectWriter.cs
- BitmapEffectInputData.cs
- Binding.cs
- ScrollChrome.cs
- PtsContext.cs
- XmlValidatingReaderImpl.cs
- BuildProviderAppliesToAttribute.cs
- Viewport3DVisual.cs
- AssemblyEvidenceFactory.cs
- ColorTransformHelper.cs
- PasswordTextContainer.cs
- X509ImageLogo.cs
- ResourceSetExpression.cs
- ObjectTypeMapping.cs
- ImageBrush.cs
- GetPageCompletedEventArgs.cs
- DataKey.cs
- ServiceDiscoveryBehavior.cs
- MsmqIntegrationBindingElement.cs
- EdmEntityTypeAttribute.cs
- CustomValidator.cs
- AppliedDeviceFiltersEditor.cs
- NumberFormatInfo.cs
- ServerValidateEventArgs.cs
- CompilerGlobalScopeAttribute.cs
- SplineKeyFrames.cs
- BindingExpressionBase.cs
- ToolStripSeparatorRenderEventArgs.cs
- TargetConverter.cs
- ItemsChangedEventArgs.cs
- DrawListViewSubItemEventArgs.cs
- NeutralResourcesLanguageAttribute.cs
- hresults.cs
- DocumentViewerConstants.cs
- TokenBasedSetEnumerator.cs
- CacheEntry.cs
- SystemWebCachingSectionGroup.cs
- TableDetailsCollection.cs
- WebPartCatalogCloseVerb.cs
- HttpWriter.cs
- Header.cs
- EdmToObjectNamespaceMap.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- EditorAttribute.cs
- odbcmetadatafactory.cs
- RemoteWebConfigurationHostServer.cs
- MissingMemberException.cs
- SignalGate.cs
- StateWorkerRequest.cs
- ProxySimple.cs
- DoubleAnimationBase.cs