Hi,
What is the recommended approach for server side validation and the transaction attribute?
At the moment I am checking my ModelState for any errors, if any were found then I rollback the transaction and return them back to the entry form.
Is there not a more automated way to do this other than having to rollback the transaction manually each time?
Paul
--
You received this message because you are subscribed to the Google Groups "S#arp Architecture" group.
To post to this group, send email to sharp-arc...@googlegroups.com.
To unsubscribe from this group, send email to sharp-architect...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sharp-architecture?hl=en.
That sounds perfect!