Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have three text fields
1. Nationality (drop down)
2. Registration num
3. Registration ID

I want the Registration ID field to display the values of Reg num and Nationality..merged together
E.g: Nigeria001

What I have tried:

I've created the drop down, auto generating registration numbers
I'm new to web designing 🙏
Posted
Updated 13-Oct-18 23:45pm
Comments
Mohibur Rashid 13-Oct-18 23:29pm    
What have you tried refers to the source code you tried but not working

1 solution

Capture the two fields (dropdown selected item and registration num) into separate strings and then concatenate them into one. You can then put the concatenated string into the third text box.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900