I have a Model that has an integer property. Everything works find except when a user enter a comma in the input. eg: 100,000 Is there a way to get rid of commas before model binding?
I know I can use client side javascript but perfer a server side solution