I need to make sure that the number entered into textbox2 is greater than
that which was entered in textbox1.
I am unclear on which validator to use and how to accomplish it. Any help
here would be greatly appreciated.
Thanks
B. Chernick - 17 Dec 2007 20:40 GMT
A standard CompareValidator would probably be the simplest place to start.
> I need to make sure that the number entered into textbox2 is greater than
> that which was entered in textbox1.
> I am unclear on which validator to use and how to accomplish it. Any help
> here would be greatly appreciated.
>
> Thanks