Hi all we just started using llbl gen pro and it was love at first site.
But i have a little question so don't shoot me down if this has an obvious awnser.
I want to change the entity value before i insert it into a DB.
I have an entity collection binded to a datagrid. Admin Users can change passwords of the users. But I want to MD5 encrypt it before i save it to the DB.
I read some documentation on auditing:
AuditInsertOfNewEntity is this what i need to implement ?
Thnx in advance.