I have basically two text which I would like to plus together to get a total.
What I need this to do is :
price.Text = 50.50 addprice.Text = 140.50
price.Text + addprice.Text
to get : 191.00
I tried looking everywhere to find how to get this working, Any ideas/suggestions. Much Appreciated.