adding dropdownlist item to a textbox
I want to add a selected dropdownlist item to a to a textbox. when the item is selected from the dropdownlist it will be shown in a textbox. The dropdownlist items are added from a database. It is on a webform and using C#. I have added OnSelectedIndexChanged attribute in dropdownlist.
plz help me.
|