How to assing the Model.StudentID in to textarea?
        Posted  
        
            by rockers
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rockers
        
        
        
        Published on 2010-06-10T19:33:21Z
        Indexed on 
            2010/06/10
            19:42 UTC
        
        
        Read the original article
        Hit count: 182
        
ASP.NET
|asp.net-mvc
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
© Stack Overflow or respective owner