I want to append any selected item from jumbobox to TextArea, for example i have list of countries France, Germany, once i select France from jumbobox, want to display in Teat Area "Country France"
I have one variable int studentid = 0; i want to append studentid in TexArea like this "1456" please help