ok what i am trying to do is i have two textboxs which have figues in them and need the 3rd textbox to display the figure the code i am using doesnt seem to be doing anything could anyone spot it and tell me why it is not working for me
my code is
con.Open()
cmd.Connection = con
cmd.CommandText = " Val(TQTY.Text) * Val(TUP.Text)"
cmd.ExecuteNonQuery()
cmd.Dispose()