We are having MVC view where user can select few fields. I want to read the data from the view. Currently using model binders I am able to read only the changeable data (from text box) into the object. How do I read the data held in label in the view using model binders?
Asked
Active
Viewed 251 times
1 Answers
0
Eric hexter has done this in his opinionated input builders library. It's open source, so you could have a look there.

Adrian Grigore
- 33,034
- 36
- 130
- 210