Previous Page
Next Page

Accessing Databases

The previous example shows how to attach in-memory collections (such as ArrayLists) to a server-side control and have it render the correct tags to the client. While this is useful, the server-side controls are capable of working with other collections—including ones that come from databases. Before seeing how to render database queries using UI elements, let's take a quick look at the .NET database story.


Previous Page
Next Page