3
Answers

validate a textbox that should allow only numbers

srikanth sri

srikanth sri

14y
18.6k
1
in winforms i want to validate a textbox that should allow only numbers 

and also in other textboxes it should allow other than special characters

and also i tried to print the text in the textboxes in a label but i got like this
(apple boy cat doll)

but i want like below
apple
boy
cat
doll

please tell me how to do this?

Answers (3)