I am using following method to validate US or Canadian zip code, but i think it is not working fine for me. Please suggest me the changes in the regular expression.
The US zipcode validation which works "on my machine" is
[RegularExpression(@"\d{5}$", ErrorMessage = "Invalid Zip Code")]