svn path=/branches/mono-1-1-9/mcs/; revision=50438
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlInputReset.cs
index ee566d56e936d98a7065161f8ee408f742e53e52..294c264d66f5289a41f799ca568dc9c3148a3383 100644 (file)
@@ -38,7 +38,6 @@ namespace System.Web.UI.HtmlControls {
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        // attributes
        [DefaultEventAttribute ("")]
-       [SupportsEventValidation]
        public class HtmlInputReset : HtmlInputButton
        {
                private static readonly object ServerClickEvent = new object();