3
Answers

How Convert TextBox Value in integer?

krishna vala

krishna vala

7y
8.5k
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)