How to get the listboxdata into the textbox?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi @Sophie Pullmvn​ ,

You can try the below code to achieve your requirement:

var data = frmName.lstBxName.selectedKeyValue[0]; frmName.txtBxName.text = data;