Basically I have a product system where on one page it pulls each product from the database, and assigns individual url's for the next aspx page.
But I can't figure out how to pull that variable from the url so that it can display the correct product info on the viewing product aspx page.
[code=asp]<script runat="server">
sub Page_Load
dim msaccessconnect ,query,database communication,r eaddatabase...