Hello all,
I have a column data named SERIES from tblInfo that contain some similar characters that group by the first two characters as following:
AA 1, AA 2, AA 3, BB 2, BB 15, BB 24, AB 3, AB 4, ...
I would like to display those data to the front end of ASP.NET page dynamically as following:
1. AA series: 1,2,3
2. BB series: 2, 15, 24
3. AB series: 3, 4
Any helping in query and VB.NET codes are much appreciated. Thanks in advance
I have a column data named SERIES from tblInfo that contain some similar characters that group by the first two characters as following:
AA 1, AA 2, AA 3, BB 2, BB 15, BB 24, AB 3, AB 4, ...
I would like to display those data to the front end of ASP.NET page dynamically as following:
1. AA series: 1,2,3
2. BB series: 2, 15, 24
3. AB series: 3, 4
Any helping in query and VB.NET codes are much appreciated. Thanks in advance