3
Answers

How Convert TextBox Value in integer?

Photo of krishna vala

krishna vala

8y
8.6k
1
How Convert TextBox Value in integer?
My code is here
what is the problem in my code?
int qt2 = Convert.ToInt32(TotalFarmer.Text); 

Answers (3)