Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlInputSubmit.cs / 1305376 / HtmlInputSubmit.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlInputSubmit.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Web; using System.Web.UI; using System.Globalization; using System.Security.Permissions; ////// [ DefaultEvent("ServerClick"), SupportsEventValidation, ] public class HtmlInputSubmit : HtmlInputButton, IPostBackEventHandler { /* * Creates an intrinsic Html INPUT type=submit control. */ ////// The ///class defines the methods, /// properties, and events for the HTML Input Button control. This class allows /// programmatic access to the HTML <input type= /// button>, <input type= /// submit>,and <input /// type= /// reset> elements on /// the server. /// /// public HtmlInputSubmit() : base("submit") { } /* * Creates an intrinsic Html INPUT type=button,submit,reset control. */ ///Initializes a new instance of a ///class using /// default values. /// public HtmlInputSubmit(string type) : base(type) { } internal override void RenderAttributesInternal(HtmlTextWriter writer) { if (Page != null) { Util.WriteOnClickAttribute( writer, this, true /* submitsAutomatically */, false /* submitsProgramatically */, (CausesValidation && Page.GetValidators(ValidationGroup).Count > 0), ValidationGroup); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Initializes a new instance of a ///class using the /// specified string.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TailPinnedEventArgs.cs
- StringFunctions.cs
- HebrewNumber.cs
- CompoundFileIOPermission.cs
- XhtmlBasicFormAdapter.cs
- HttpStreamMessage.cs
- SafeFileMappingHandle.cs
- MetadataArtifactLoaderComposite.cs
- TriggerActionCollection.cs
- UrlPropertyAttribute.cs
- TraceData.cs
- EntryPointNotFoundException.cs
- RelationHandler.cs
- SqlTrackingService.cs
- TabControlEvent.cs
- MethodSignatureGenerator.cs
- DbConnectionHelper.cs
- SimpleWebHandlerParser.cs
- CqlLexerHelpers.cs
- WebEventTraceProvider.cs
- PropertyGeneratedEventArgs.cs
- ByteFacetDescriptionElement.cs
- TextElementEnumerator.cs
- IndexOutOfRangeException.cs
- DocumentPageViewAutomationPeer.cs
- VerticalAlignConverter.cs
- ThumbButtonInfoCollection.cs
- JapaneseCalendar.cs
- WorkflowInstanceExtensionManager.cs
- DurableInstanceProvider.cs
- UnsafeNativeMethods.cs
- OutOfProcStateClientManager.cs
- Triangle.cs
- SqlPersonalizationProvider.cs
- FocusManager.cs
- Properties.cs
- odbcmetadatacolumnnames.cs
- PluralizationService.cs
- sitestring.cs
- AspNetSynchronizationContext.cs
- NavigatorInput.cs
- QilUnary.cs
- QuaternionAnimationBase.cs
- StringOutput.cs
- ValidatingReaderNodeData.cs
- OutputScopeManager.cs
- SystemParameters.cs
- SimpleApplicationHost.cs
- ConstraintManager.cs
- UserPreferenceChangedEventArgs.cs
- ProxyManager.cs
- DataSourceSelectArguments.cs
- XamlSerializerUtil.cs
- ScriptHandlerFactory.cs
- Wizard.cs
- ContentTextAutomationPeer.cs
- MetadataSerializer.cs
- TimeoutTimer.cs
- BulletedListEventArgs.cs
- PackageFilter.cs
- SelectionRange.cs
- ContractInstanceProvider.cs
- PaperSize.cs
- UDPClient.cs
- ApplicationCommands.cs
- SiteMap.cs
- Pair.cs
- ListenerAdapterBase.cs
- GraphicsState.cs
- Accessible.cs
- EndGetFileNameFromUserRequest.cs
- ToolStripDropTargetManager.cs
- RecoverInstanceLocksCommand.cs
- RectangleF.cs
- PrintDialog.cs
- TextTreeDeleteContentUndoUnit.cs
- Control.cs
- CanonicalXml.cs
- SpAudioStreamWrapper.cs
- ActivityCodeGenerator.cs
- keycontainerpermission.cs
- WebPartTransformer.cs
- PixelShader.cs
- StorageTypeMapping.cs
- ServiceMemoryGates.cs
- MetadataPropertyvalue.cs
- OutOfProcStateClientManager.cs
- ParentControlDesigner.cs
- RelatedImageListAttribute.cs
- CacheMemory.cs
- NotifyParentPropertyAttribute.cs
- AssemblyBuilderData.cs
- TextureBrush.cs
- ClientSideProviderDescription.cs
- DelegateSerializationHolder.cs
- SingleSelectRootGridEntry.cs
- Transform.cs
- PersonalizationDictionary.cs
- Lookup.cs
- Exception.cs