Hi I Need to output my recordset data in a specific way. I have 2 columns, Customer and Region. There are 6 regions I need to display first the region and then loop through and list the customers.
Region 1
- Customer
- Customer
- Customer
Region 2
-Customer
-Customer
-Customer
-Customer
Region 3
-Customer
-Customer
-Customer
-Customer
Can anyone point me to an effcient method for doing this in ASP Please?
Region 1
- Customer
- Customer
- Customer
Region 2
-Customer
-Customer
-Customer
-Customer
Region 3
-Customer
-Customer
-Customer
-Customer
Can anyone point me to an effcient method for doing this in ASP Please?