how to assign the button id dynamically in MVC Action
        Posted  
        
            by Nathan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nathan
        
        
        
        Published on 2010-04-06T07:39:19Z
        Indexed on 
            2010/04/06
            7:43 UTC
        
        
        Read the original article
        Hit count: 267
        
mvc
i declare the button in .aspx its id is btn1
My prob is ,i need to assign the class name of the button and value of the button in action side(i.e in controller)
© Stack Overflow or respective owner