Basically I am self taught using full examples to break things apart and see how they work. I am writing a new web application in C# and for the first time need to logically handle transactions. After several days of reading I am more lost now than I was when I started. What I am looking for is a full solution I can learn off of where data is entered into the database from the web page and how to perform a rollback and pass information back to the user such as the transaction completed successfully or the item already exists or something is missing. Can someone please point me in the right direction for my specific need.
Thanks