Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / RequiredFieldValidator.cs / 1305376 / RequiredFieldValidator.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Web; using System.Web.UI; using System.Web.UI.Design.WebControls; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using WebCntrls = System.Web.UI.WebControls; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Mobile RequiredFieldValidator class. * The RequiredFieldValidator makes the input control it is associated with * a required field. Validation fails if the value of the input control is * no different from its initial value. * * Copyright (c) 2000 Microsoft Corporation */ ///[ ToolboxData("<{0}:RequiredFieldValidator runat=\"server\" ErrorMessage=\"RequiredFieldValidator\">{0}:RequiredFieldValidator>"), ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, " + AssemblyRef.SystemDesign) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class RequiredFieldValidator : BaseValidator { private WebCntrls.RequiredFieldValidator _webRequiredFieldValidator; /// protected override WebCntrls.BaseValidator CreateWebValidator() { _webRequiredFieldValidator = new WebCntrls.RequiredFieldValidator(); return _webRequiredFieldValidator; } //////////////////////////////////////////////////////////////////////// // Mimic the properties exposed in the original RequiredFieldValidator. // The properties are got and set directly from the original RequiredFieldValidator. //////////////////////////////////////////////////////////////////////// /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Behavior), MobileSysDescription(SR.RequiredFieldValidator_InitialValue) ] public String InitialValue { get { return _webRequiredFieldValidator.InitialValue; } set { _webRequiredFieldValidator.InitialValue = value; } } /// protected override bool EvaluateIsValid() { return EvaluateIsValidInternal(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Web; using System.Web.UI; using System.Web.UI.Design.WebControls; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using WebCntrls = System.Web.UI.WebControls; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Mobile RequiredFieldValidator class. * The RequiredFieldValidator makes the input control it is associated with * a required field. Validation fails if the value of the input control is * no different from its initial value. * * Copyright (c) 2000 Microsoft Corporation */ ///[ ToolboxData("<{0}:RequiredFieldValidator runat=\"server\" ErrorMessage=\"RequiredFieldValidator\">{0}:RequiredFieldValidator>"), ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, " + AssemblyRef.SystemDesign) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class RequiredFieldValidator : BaseValidator { private WebCntrls.RequiredFieldValidator _webRequiredFieldValidator; /// protected override WebCntrls.BaseValidator CreateWebValidator() { _webRequiredFieldValidator = new WebCntrls.RequiredFieldValidator(); return _webRequiredFieldValidator; } //////////////////////////////////////////////////////////////////////// // Mimic the properties exposed in the original RequiredFieldValidator. // The properties are got and set directly from the original RequiredFieldValidator. //////////////////////////////////////////////////////////////////////// /// [ Bindable(true), DefaultValue(""), MobileCategory(SR.Category_Behavior), MobileSysDescription(SR.RequiredFieldValidator_InitialValue) ] public String InitialValue { get { return _webRequiredFieldValidator.InitialValue; } set { _webRequiredFieldValidator.InitialValue = value; } } /// protected override bool EvaluateIsValid() { return EvaluateIsValidInternal(); } } } // 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
- UserPreferenceChangingEventArgs.cs
- FileNotFoundException.cs
- PrintSchema.cs
- FamilyTypeface.cs
- MultipartContentParser.cs
- PerformanceCounterLib.cs
- EndpointInfoCollection.cs
- WebHttpSecurity.cs
- AdRotator.cs
- EntryPointNotFoundException.cs
- DbConnectionInternal.cs
- BinaryObjectWriter.cs
- CodeObject.cs
- DisplayNameAttribute.cs
- LineSegment.cs
- Enumerable.cs
- Stack.cs
- UIElement.cs
- AuthenticationService.cs
- QilXmlWriter.cs
- SspiWrapper.cs
- ClientSection.cs
- WindowsHyperlink.cs
- FileSecurity.cs
- DataServiceHostWrapper.cs
- Directory.cs
- SqlCachedBuffer.cs
- LassoSelectionBehavior.cs
- MulticastDelegate.cs
- MsmqIntegrationMessageProperty.cs
- EmissiveMaterial.cs
- SafeHandles.cs
- altserialization.cs
- ConnectionPoint.cs
- DataRecordInternal.cs
- Schema.cs
- XmlArrayAttribute.cs
- BindingGroup.cs
- COM2TypeInfoProcessor.cs
- SignatureGenerator.cs
- WebRequestModuleElement.cs
- Symbol.cs
- ClassicBorderDecorator.cs
- GridViewRowEventArgs.cs
- MailMessage.cs
- UIElementIsland.cs
- activationcontext.cs
- PropertyGridDesigner.cs
- TransactionValidationBehavior.cs
- BulletedListEventArgs.cs
- Compiler.cs
- DrawingContextDrawingContextWalker.cs
- Profiler.cs
- SafeFileMappingHandle.cs
- Constants.cs
- EmptyElement.cs
- TextEditorCharacters.cs
- ExpandCollapsePattern.cs
- ListViewTableRow.cs
- DataKey.cs
- WebPartCloseVerb.cs
- FreezableCollection.cs
- AstTree.cs
- ButtonBaseAdapter.cs
- DataGridViewRowsAddedEventArgs.cs
- GeneralTransform3DTo2D.cs
- Assembly.cs
- SqlTriggerAttribute.cs
- NonParentingControl.cs
- DataColumnCollection.cs
- TraceListener.cs
- PasswordDeriveBytes.cs
- SmtpSection.cs
- HttpCacheVaryByContentEncodings.cs
- PeerTransportCredentialType.cs
- CapacityStreamGeometryContext.cs
- ControlParameter.cs
- Error.cs
- CloudCollection.cs
- InkPresenterAutomationPeer.cs
- DataGridViewCheckBoxColumn.cs
- StickyNoteHelper.cs
- ProfileServiceManager.cs
- HitTestWithGeometryDrawingContextWalker.cs
- CategoryNameCollection.cs
- ContentElementCollection.cs
- SizeAnimationClockResource.cs
- CodeDefaultValueExpression.cs
- ChangePassword.cs
- FilterInvalidBodyAccessException.cs
- Misc.cs
- HttpMethodAttribute.cs
- Int32Animation.cs
- Keyboard.cs
- GeneralTransform2DTo3DTo2D.cs
- PeerInvitationResponse.cs
- SqlDataSourceCustomCommandPanel.cs
- WebRequestModuleElementCollection.cs
- MemberInfoSerializationHolder.cs
- ColorMap.cs