(Convert.ToInt(txt_LowerBound.Text) < 0.001))... Resolved by changing the conversion
(Convert.ToDecimal(txt_LowerBound.Text) < 0.001))
Now, I got the next error message.
Operator '<' cannot be applied to operands of type decimal' and 'double'
(Convert.ToDecimal(txt_LowerBound.Text) < 0.001M))
Cheers,
Venkatesan Prabu .J
Head, KaaShiv InfoTech

Join the conversation! Your thoughts help the community grow.