views:

454

answers:

1

Which DataAnnotation attribute can I use to instruct the silverlight data form not to show that field?

A: 

[Display(AutoGenerateField = false)] public String _id;

vishnu