User31042569 posted
I have an assignment to create an ASP.NET base simple calculator with:
3 – Textboxes: FirstNumber, SecondNumber, Results
4 – Buttons: Plus, Minus, Multiply, Divide
We are to use a JavaScript callback to return the results when one of the buttons are clicked.
The issue I am having is that the values of the FirstNumber.text and SecondNumber.text are coming up as “” in the GetCallbackResult function within the code-behind. I do not know what it is I am missing. Code to follow soon.