i am making a page in which imges of products are moving with the help of marquee if i click any one of the product it should go to the page of that product .
Put the image in HTML Anchor
<a href = 'Products.aspx?PId=24'><img src = "images/24.png" /></a>
this is working but i have to make too many pages i dont want that
i want to display all in same page eg- products.aspx. and all my information is in text file
<a href = 'Products.aspx'><img src = "images/24.png" /></a>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.