| |
Select
Product Category & Sub Category to search |
| |
|
| |
Product
Category |
|
<%
if Request.QueryString("Select_Product")<>"" then
mySQL="select * from tblCategory where CategoryID="& Request.QueryString("Select_Product")
myRs.Open mySQL,myConn,3
prdName=myRs.Fields("CategoryName")
myRs.Close
%>
|