Add 2 text fields dynamically
Summary
Add 2 text fields dynamicallyContent
Hello - we are using latest vbcs and we have form that has a button called Enter and Submit.
Requirement - On click of Enter button, we want to add 2 text fields next to each other where user can input data. so if user clicks Enter 5 times then five rows of textfields get created. after entering data user will click submit.
how do we dynamically add textfields on click of button in vbcs ? ( we do not want to drag and drop these texfields as number of textfields required is decided by user dynamically at run time. )
0