Hi,
I have three textboxes and button.User enters values in two text like
TextBox1: 111111111111111.1111
TextBox2:1111.1111
when user clicks button then in javascript I need to calculate sum of these two values and I should display in TextBox3.
I have tried with following code
var
Result value I am getting is 111111111112222.22.
But I want the result with 4 decimal places and it should not be rounded.