<% string Charstr = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z"; string[] Charstrs = Charstr.Split(','); for (int i = 0; i < Charstrs.Count();i++){ if (BrandCount(Charstrs[i],keyword)>0){ %>

<%=Charstrs[i]%>

<%}}%>