Client-Side TextBox Population From DDL

F

Fred

On an aspx page I have a textbox and a drop-down list. When the user selects
an item in the drop-down list, I want the text of that item to appear in the
textbox. How can I accomplish this client-side?
 
J

John Saunders

Fred said:
On an aspx page I have a textbox and a drop-down list. When the user selects
an item in the drop-down list, I want the text of that item to appear in the
textbox. How can I accomplish this client-side?


You can use some JavaScript on the onchange event of the DDL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top