The MSDN documentation on DetailsView.EnableModelValidation is very short:
Gets or sets a value indicating whether data model validation is enabled.
Finding out what trueenabled falsemeans and what disabled is simple, I could find out even without documentation.
What functionality is included with this parameter and how is it used?
source
share