Using related combo boxes Continent, Country, City as an example. If I were to implement the related combo boxes inside a .NET repeater control, what is the best approach to do this? Let's say, I have two rows in a repeater, each row has its own related combo boxes. Do I need to create new javascript set for every row? Any suggest is greatly appreciated.