I had a phone number in which the entered data should be only numeric. I would like to differentiate it in Model some thing like..
[Required]
//i want to place some thing here//
public string PhoneNumber
{
get;
set;
}
Can any one please help me to find the solution..