hi,

i have 10 combinations as like as follows:
1,10,20,30,40,50,60,70,80,90,100

i have one textbox and one button in my form.if i type 14 in textbox and press the button it should popup "this number falls between 10 to 20. if i type 43 it should popup "this number falls between 40 to 50. like this need to do. using if condition with ">" and "<" operator it can be done . but with out this operator is this possible to do?is there any possiblity to do this? if means please show some example code to do this please