Please select the Product to view the composition (Alphabetically) 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 |
Products Name <% set rsproduct=con.execute("select products from product where products like '"&alphabet&"%' order by products asc ") %> <% if check="c" then %> <%=product1%> <% end if if not rsproduct.eof then while not rsproduct.eof if not product1=trim(rsproduct(0)) then %> <%=trim(rsproduct(0))%> <% end if rsproduct.movenext wend end if %>
The Constituent is :-
<% set rs=con.execute("select constituents from product where products = '"& product1 &"' ") if not rs.eof then %> <%=rs(0)%> <% end if %>
<% con.close %>
Contact us at : inpha@inphaonline.com