asp.net mvc jquery hidden field
        Posted  
        
            by mazhar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mazhar
        
        
        
        Published on 2010-05-12T11:15:00Z
        Indexed on 
            2010/05/12
            11:34 UTC
        
        
        Read the original article
        Hit count: 212
        
the thing is that I have a form with a textbox and a button and a hidden field, now what i want to do is to write something in the textbox ,pass it to the hidden field and then access that thing written in the hidden field in the controller . how can i do that?
© Stack Overflow or respective owner