-
Categories
-
<%
System.Data.DataTable dt;
Class1 p = new Class1();
dt = p.get("select * from category_table");
for (int i = 0; i < dt.Rows.Count; i++)
{
Response.Write("
- " + dt.Rows[i][1].ToString() + " "); } %>
-
Information
<%--
-
Brands
--%>
-
Shopping Cart