A Razor view has 3 buttons inside a form. All button\'s actions will need form values which are basically values coming input fields.
Every time I click any of butto
in the view
in the action
string str =Request.Params["btn1"]; if(str=="ok"){ } if(str=="cancel"){ } if(str=="save"){ }