Using Asp.net control in View MVC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahendra dubey
    New Member
    • Aug 2009
    • 16

    Using Asp.net control in View MVC

    Hi There
    I am creating my first MVC application.I have a View named "Product".I want to use two asp.net control MENU and MULTIVIEW and on OnMenuItemClick event of MENU I want to select the View of MULTIVIEW. Please tell me how can I process asp.net control event in a MVC application.

    Can we mapp control event to Controller Action.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You should not be using either of these controls in MVC.
    You should be creating a view for each view that you want to display to the user.

    Comment

    Working...