Maharudra Gadekar

Maharudra Gadekar

  • 1.4k
  • 367
  • 81.5k

How to show list of data in single textboxfor in mvc???

Aug 22 2016 1:09 AM
In my view show below code.......
 
@html.textboxfor(m=>m.demolist)
 
 
in above code demolist is my generic list....how to display list of data in that textbox....
thanks in advance
 
 
 

Answers (3)