Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2493 Points
432 Posts
Microsoft
Apr 27, 2009 06:18 PM|LINK
Hi Gerry
Yes, that can also be done. If you include a name attribute in your <input> element, for example <input type="submit" name="X" value="submit"/> then Request.Form will contain an entry that indicates the name of the button that was clicked
Jacques
jeloff
Contributor
2493 Points
432 Posts
Microsoft
Re: submit Button In Mvc
Apr 27, 2009 06:18 PM|LINK
Hi Gerry
Yes, that can also be done. If you include a name attribute in your <input> element, for example <input type="submit" name="X" value="submit"/> then Request.Form will contain an entry that indicates the name of the button that was clicked
Jacques