Click here to Skip to main content
15,884,097 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I ref this link for multiple submit buttons

http://blog.ashmind.com/2010/03/15/multiple-submit-buttons-with-asp-net-mvc-final-solution/[^]

but each time

my method not getting fire

Admin/Action this method getting fired
Posted
Updated 6-Nov-14 20:41pm
v2

1 solution

Have you created HttpParamActionAttribute ?

Also make sure you have decorated all of your actions which you are using, with
[HttpParamAction].
 
Share this answer
 
Comments
Member-515487 7-Nov-14 7:36am    
yes still not hitting method
Mr. Vipin Kumar 7-Nov-14 7:40am    
Can you please paste Your code?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900