[Mono-bugs] [Bug 679881] New: asp RangeValidator not working when created in Page_Load( ) method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 15 14:36:20 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=679881

https://bugzilla.novell.com/show_bug.cgi?id=679881#c0


           Summary: asp RangeValidator not working when created in
                    Page_Load( ) method
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.10.x
          Platform: All
        OS/Version: SLES 11
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jriendeau at aviorcomputing.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=419488)
 --> (http://bugzilla.novell.com/attachment.cgi?id=419488)
vs2008rangevalidation

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6)
Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)

Creating an ASP.NET RangeValidator in the Page_Load() method to validate a
number entered in an ASP.NET TextBox is not working. The TextBox is defined in
the aspx file. The problem is easily reproduced via the attached sample
project.

Reproducible: Always

Steps to Reproduce:
1. Open the attached sample project in Visual Studio 2008
2. Run in windows and enter a zero in the TextBox
3. Click to the side of the TextBox to take focus away from TextBox
4. Notice the RangeValidator does work
5. Deploy to a Mono/Linux system and perform the same steps
6. Observe that the RangeValidator does not work
Actual Results:  
range validation is not working

Expected Results:  
range error message when entering a value not in the 1 to 10 range

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list