I have classes like:
public class One
{
public string FirstName { set; get; }
public string LastName { set; get;
}
public class Two
{
public string Address { set; get; }
public string City { set; get;
}
public class Three
{
public One _One { set; get; }
public Two _Two { set; get;
}
and i wants to validate these fields in single view at the time of insert in mvc2 . plz kindly provided me solution of this query
Regards:
EmailId : ganeshjoshi.in@gmail.com