If I get an exception saving the data in a form to a database, I want to display that error to the user. The easiest way is to call ValidationMessageStore.Add() with the appropiate message.
However, the first parameter to Add() is a FieldIdentifier object. Since this is not a filed specific issue, what should I pass?
thanks - dave