Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

With in the form we want to check all the text box control are typed or not?

5 like 0 dislike
Hello guys,

With in the form we want to check all the text box control are typed or not? How?

Please give me your feedback
asked 1 year ago by daneim (127,080 points)

1 Answer

2 like 0 dislike
 
Best answer
For each currentcontrol in controls
if typeof currentcontrol is TextBox then
end if
next
answered 1 year ago by marck_don (191,010 points)

Related questions

13 like 0 dislike
2 answers
11 like 0 dislike
0 answers
9 like 0 dislike
1 answer
asked 2 years ago by eagles11 (179,830 points)
3 like 0 dislike
1 answer
4 like 0 dislike
1 answer