Transactions are a key feature for maintaining data integrity when modifying data. Get an overview of transactions and their importance, then learn how to use them to protect data in your .NET applications.
In this article the author discusses how to bind a foreign key driven dropdown list to more complex expressions that involve multiple fields (like lastname, firstname instead of simply lastname).