Updating textbox values in MVC
I have a dropdown list having values coming from database, i want to fill the textbox values on the basis of dropdownlist selected value and also update the values, and as the dropdown value change, the textbox values should also be changed, how shoould i implement this, can anyone explain