<%@ Language="vbscript" %> Search By Category <% dim myRs,mySQL set myRs=server.CreateObject("ADODB.Recordset") %>
 
About Us 
AIFPA Bulletin Board  
Registration  
Online Magazine 
Information 
 


  Select Product Category & Sub Category to search
 
<% 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 %> <% end if %> ">
  Product Category
<% myRs.Close %>
<%=prdName%>
 
View Entire List , or
 
Select the sub categories from the list
     
  Sub-Product Category

Note :-

To select multiple options, Press Control (Ctrl) or Shift button of the Keyboard and then select the sub categories.
 
 
 
<% if Request("Select_Product") <> "" then %> <% else %> <% end if %>