[Mono-bugs] [Bug 49927][Maj] New - RangeValidator results in exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Oct 2003 09:09:20 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49927
--- shadow/49927 2003-10-21 09:09:20.000000000 -0400
+++ shadow/49927.tmp.5060 2003-10-21 09:09:20.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 49927
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RangeValidator results in exception
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+Using range validator on Date validating results an exception
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+Exception.
+
+This is the highlight of the exception:
+System.Web.HttpException: Validator_value_bad_type: 2001/1/1 MaximumValue
+rangeValDate Date
+in <0x00156>
+System.Web.UI.WebControls.RangeValidator:ControlPropertiesValid ()
+in <0x00021> System.Web.UI.WebControls.BaseValidator:get_PropertiesValid ()
+in <0x0009a> System.Web.UI.WebControls.BaseValidator:Render
+(System.Web.UI.HtmlTextWriter)
+in <0x0001c> System.Web.UI.Control:RenderControl
+(System.Web.UI.HtmlTextWriter)
+
+
+Expected Results:
+A page with textbox for date range validation
+
+How often does this happen?
+Always