This topic is locked

Help

3/16/2008 2:34:37 PM
ASPRunnerPro General questions
M
mastermax author

How can i make "Price Equals or MORE Than" not to be less than.Here is the example: if the customer search accommodation with two bedrooms i want to be shown all accommodation with two bedrooms and more than two bedrooms.

This code below is if i want to be shown less than.
if not IsNull(strValue) then

strValue="From €" & strValue & "/per day"

Else

strValue =""

End If
Could you help me please?

Sergey Kornilov admin 3/17/2008

I'm not sure how search is related to the display format.
Please clarify.