3
Reply

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

Ask a question
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)