Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
please give information step by step
{


public string fname { get; set; }
public string address { get; set; }
public string email { get; set; }
public DateTime dob{ get; set; }
public decimal salary { get; set; }
}
Posted
Comments
OriginalGriff 19-Jun-14 6:22am    
What have you tried?
Member 10879624 19-Jun-14 6:35am    
how to apply validation on this fields?
OriginalGriff 19-Jun-14 6:38am    
What.
Have.
You.
Tried.
?
Where are you stuck?
Have you done anything at all yourself yet?
Member 10879624 19-Jun-14 6:41am    
yes
Member 10879624 19-Jun-14 6:42am    
just tell me how to apply

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900