Client-Side TextBox Population From DDL

  • Thread starter Thread starter Fred
  • Start date Start date
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?
 
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

Back
Top