I have an asp: dropdownlist a textbox and a button.
The DDL is populated from database.
What i want to do is to select a value from the DDL , and for that selected value i want to add a text when clicking the button.
For example , i select from the DDL value A, in the text box i write A10 and then i insert A10 in my database for the value A.
So how can i do that?
Any tips?
Thank you, Adrian.