I'm using 'Amount' as a column in my datatable for my application.
I want to perform the following validations w.r.t 'Amount' which is a string variable.
1) i want to check if the amount has more than 2 digits after the decimal point
2) if the amount is positive or negative .. (as in case of negative error message needs to be flashed)
Can u help in this with short and efficient code snippets ???