Basic List Details using Code
Very often you have a list of items, and then a details-page showing just one item. In this example, we'll just use code to do this (so no visual query) - just so you understand the principle. This example even has the list & details view in the same file - but usually you don't want that - so check the next examples afterwards.
Since we'll look for the desired item in code, we'll use LINQ. To learn more about that, check out the LINQ Tutorials.