Am receiving this error Cannot implicitly convert type 'double' to 'string'....i used the following code, what might be the problem? is there an easier way than mine?
QtyTextBox.Text = SimulateVal.Val(TextBox2.Text) + SimulateVal.Val(QtyTextBox.Text);
:)