I am doing a Standard Calculator in C#.
I have problem with this calculator.
function goes well till i press "=" button.
then the problem starts:- Textbox allowing more number + the calculation result( i.e suppose the result is 32, when i press 2, 322 appears in textBox).
please give me a solution.