Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 62,855 times

Contents

Related Categories

Creating a Master-detail page - Introduction

Aylar

Introduction

In this article I'll show you have you can quite easily make a master-detail page by nesting repeater controls. The data will be taken from the Northwind database, and the two tables we are going to use are 'Categories' and 'Products'.

First off we need to layout our plan, for how we're going to accomplish making this page:

What we need are the following:

  • A Repeater control for the 'Categories' table.
  • A Repeater control for the 'Products' table.
  • We also need a relationship between the two tables.

Comments

  • Can you tell me why not display?

    Posted by os586 on 22 Apr 2004

    I am trying to test your code, so i found this below error:

    First all:I only put the Code into a web application folder,not user the vs.net to do,but when i try to browse the page,the application e...