Table
Id(Key) Description(Value) Car
1 scott BMW
2 john ford
Id and Description will be Key value pair to Dropdown. I have to display Car name in textbox based on the Id selected.
What will be the best way to achieve this.
Is there a way to avoid call to server for every dropdown event change.