Ujjval Shukla

Ujjval Shukla

  • NA
  • 283
  • 147k

Display Dropdownlist selected data in textbox.

Jan 14 2016 1:05 AM
Hello friends,
 
I am working on MVC project.I have stucked on some event.I am using a Dropdownlist in View which is populted from database called ID.
When we select ID from Dropdownlist I want to display Name on Textbox which is related to that ID.
 
Like If we have a record-
 
ID=1,Name=Karan;
 
when we select ID 1 in list name karan must be display on textbox.
 
I have tried more but did not get the solution. 
 
 
 

Answers (20)