When you’re studying for your CCNA exams, you’re going to study the theory of technologies we basically take for granted in networking. CSMA/CD is one of those technologies. It works beautifully and you don’t even have to configure it. But to be an effective network troubleshooter (and to pass the 640-811, 640-801, and 640-821 exams), [...]

Nesting repeaters in .NET

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 [...]

Nesting repeaters in .NET

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 [...]