Hai guys,
I have three textboxes and one listbox… If the user clicks the first textbox and then click a list item the selected item must be set as value to the textbox… I want this in javascript….
Hai guys, I have three textboxes and one listbox… If the user clicks the
Share
Use the below code for listbox with SelectionMode attribute set to Single.
and write this inside the onfocus event of the textbox element.
Sample Code