473,698 Members | 2,180 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CompareValidato r not working

The CompareValidato r doesn't seem to work correctly.

I have the following to compare 2 controls that are Currency and no matter
what I enter, it seems to give me an error. I saw in the MSDN that Currency
is supposed to allow decimals with Currency symbols ("A decimal data type
that can contain currency symbols").

If I have:

WagesMin = $800.00
WagesMax = $10,000.00

or

WagesMin = $10,000.00
WagesMax = $800.00

I still get the Validator message.

I have the Validator set as:

<asp:CompareVal idator
ControlToValida te="WagesMin"
ControlToCompar e="WagesMax"
Operator="LessT hanEqual"
Type="Currency"
Display="Dynami c"
Text="<br>Minum um Wage must be less than or equal to the Maximum Wage"
runat="server"/>

Why doesn't this work?

Thanks,

Tom
Dec 5 '05 #1
1 2849
Tom try looking at this sample at
http://authors.aspalliance.com/aspxt...s/BaseCompareV
alidatorClassTy pe.aspx
Click on the Show me button.
Hope that helps
Patrick
"tshad" <tf*@dslextreme .com> wrote in message
news:u6******** ******@TK2MSFTN GP10.phx.gbl...
The CompareValidato r doesn't seem to work correctly.

I have the following to compare 2 controls that are Currency and no matter
what I enter, it seems to give me an error. I saw in the MSDN that Currency is supposed to allow decimals with Currency symbols ("A decimal data type
that can contain currency symbols").

If I have:

WagesMin = $800.00
WagesMax = $10,000.00

or

WagesMin = $10,000.00
WagesMax = $800.00

I still get the Validator message.

I have the Validator set as:

<asp:CompareVal idator
ControlToValida te="WagesMin"
ControlToCompar e="WagesMax"
Operator="LessT hanEqual"
Type="Currency"
Display="Dynami c"
Text="<br>Minum um Wage must be less than or equal to the Maximum Wage"
runat="server"/>

Why doesn't this work?

Thanks,

Tom

Dec 6 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
6383
by: edi | last post by:
Hi, Are there any differences between CompareValidator.ControlToCompare and CompareValidator.ControlToValidate? For example if I have TextBox controls: TextBox1 and TextBox2 what are the differences between: CompareValidator.ControlToCompare=TextBox1, CompareValidator.ControlToValidate=TextBox2 and CompareValidator.ControlToValidate=TextBox1, CompareValidator.ControlToCompare=TextBox2?
0
994
by: Sjaakie Helderhorst | last post by:
Hi, Somehow pushing an image-button doesn't trigger the CompareValidator, resulting in errors when entering string characters. Could someone please tell me what I did wrong? Thanks in advance! See datagrid code below: <asp:DataGrid id="gridProducts" ....>
4
2440
by: Axel Dahmen | last post by:
Hi, I've got the same problem as described below. No answer found yet. Can someone please help? (I'm using .NET 1.0 on my development machine and 1.1 on my webserver. Like Susanna, I only get the error on my webserver.) TIA, Axel Dahmen --
1
2670
by: Neo | last post by:
I use CompareValidator to validate a date. But CompareValidator can only one date format at one time. if the dateorder is "mdy", date format can only be mdy even if date format is ymd. But users of a web application may be around the world and since database can accept many date format, so are there any ways to let CompareValidator accept many data formats at one time? Thanks
1
2187
by: Joe | last post by:
Hello, I am new to asp.net. I have created a login page using dotnet. I am using CompareValidator but noticed that when I click on View Source in the browser I see the value assigned to ValueToCompare property of the CompareValidator control. I was wondering if there is any way I can hide that value. If not what is the alternate way and can you explain how o implement it.
2
3189
by: Eric Maia | last post by:
I have a textbox (StartDateTextBox) in a UserControl on my page, that is supposed to have a date entered into it. I have a RequiredFieldValidator that has its ControlToValidate property set to the textbox. I also have a CompareValidator pointed to the textbox with its Type="Date." Despite all documentation to the contrary, I am getting an exception when the page first loads that is thrown by the CompareValidator, complaining that it...
1
1455
by: R.A.M. | last post by:
Hello, (Sorry for my English...) Could you help me please? I have a problem with CompareValidator control which makes the load of my page infinitive. Here's the code: Date of birth: <asp:TextBox ID="BirthDate" runat="server" /> <asp:CompareValidator ID="BirthDateValidation" runat="server" ControlToValidate="BirthDate" Type="Date" Text="Enter date of birth!" /><br />
1
1408
by: R.A.M. | last post by:
Hello, I am learning ASP.NET 2.0 and I have a problem with CompareValidator control. On .aspx page I have a control: Date of birth: <asp:TextBox ID="BirthDate" runat="server" ValidationGroup="BirthDate" /> It works fine, but when I add CompareValidator with Type: <asp:CompareValidator ID="BirthDateValidator" runat="server"
0
2423
by: =?Utf-8?B?VmFuY291dmVyTWlrZQ==?= | last post by:
Hi there, I have a web app written in 1.1 in ASP.net and C#. In the web app, I need to compare two dates (from and to) from two textboxes on webpage to make sure the to date is greater than or equal to from date, by using comparevalidator control. The app is working fine in production server, but recently when I put the code into development environment (Windows 2000 server), the comparison is not working properly. Even I set the date...
0
8673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9021
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8860
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7716
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3043
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2327
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
1998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.