On Aug 4, 5:01 pm, Sumit Nandi Roy <[email protected]> wrote: > HI, > > it is not giving any error at all. you can try with this ... > > string temp; > temp = textBox1.Text.ToString(); > double temp2; > temp2 = Convert.ToDouble(temp); > > hope it will work. let me know if works. > > Sumit
Hey, that´s how I´ve solved it. Thanks, Rafael
