Nested Repeaters

Please see my other C# articles.

Achieving multi-level reporting.

Many business scenarios require reporting data to accurately model the world from which it came.
For example in a typical sales meeting, decision are made on several types of data.
Therefore, such reports must reflect a multi-level structure in order to illustrate key metrics.

In this example, I present a simplified view of sales data where an order is presented for each sales associate.

Below, you will find examples of my code along.

The nested-repeaters.aspx reflects the UI-layer of the application.

The following support the UI-layer:

Leave a comment