Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
394 Points
144 Posts
Apr 02, 2008 11:41 AM|LINK
With the standard route of {controller}/{action}/{id} and an action in the controller such as:
public void Edit(int id)
How do you handle "Input string was not in a correct format" errors, for instance where the url is /edit/notanumber?
JontyMC
Member
394 Points
144 Posts
Invalid controller parameter error handling
Apr 02, 2008 11:41 AM|LINK
With the standard route of {controller}/{action}/{id} and an action in the controller such as: