i have textbox and dropdownlist as follows
Name rajesh textbox1
Email @gmail.com dropdownlist1
i want to concatenate textbox and dropdownlist and i want the output as follows
[email protected]
how to concatenate textbox and dropdonwlist using javascript
Name rajesh textbox1
Email @gmail.com dropdownlist1
i want to concatenate textbox and dropdownlist and i want the output as follows
[email protected]
how to concatenate textbox and dropdonwlist using javascript
Ankit SharmaPosted Sep 6, 2017, 4:11 AM
Hi Narasiman,
You can use the below code to get your desired output