Data repeaters in .NET are very usefull to display database records onto screen. But usually, in a real world situation, you don't have enough functionality with 1 repeater.
Take for example some kind of menu structure. You want to display a category, but every category can have 0 or more subcategories. With 1 repeater, this cannot be done in a simple way. In .NET, you can use nested repeaters for this. We apologize for the inconvenience however the remainder of this article about ASP.NET programming is no longer available. If you are interested in finding out more, please view the rest of our programming articles. Thank you.
|