SyntaxFix
Write A Post
Hire A Developer
Questions
you can identify your button from there name tag like below, You need to check like this in you controller
if (Request.Form["submit"] != null) { //Write your code here } else if (Request.Form["process"] != null) { //Write your code here }