Help for a newbie. I have a web form with a ddl and it populates fine on the page load. What I can't figure out, is how to change the textbox to display the selection from the ddl. Any help would be great.
This is a discussion on Textbox and drop down list in C# within the C# Programming forums, part of the General Programming Boards category; Help for a newbie. I have a web form with a ddl and it populates fine on the page load. ...
Help for a newbie. I have a web form with a ddl and it populates fine on the page load. What I can't figure out, is how to change the textbox to display the selection from the ddl. Any help would be great.
Have the ddl autopostback and then change it, or use a client side script like javascript