How to assing the Model.StudentID in to textarea?
- by rockers
I am getting the MOdel.StudentID from data base in my view..
I need to put this StudentId in textaren?
<textarea> ?? </textarea>
how to assing this value?
so that in textare I can see StudentID?
thanks