Hi
First of all thanks for anyone who will try to help me, i have a main page which show the whole products but i would like when user click on product title which is Linkbuttom and the product image which is ImageButtom move him to another page which called
AdsDetails.aspx. The problem is the postback of the Linkbuttom & ImageButtom dosent work thats mean it didnt move to AdsDetails.aspx, and the 2nd problem is how i can make a link between the AdsDetails.aspx and the product that user click on.
SQL ads_tabels:
AdsID - UID - Section - Category - Country - State - City - AdsTit - AdsDesc - AdsPrice - Img1 - Img2 - Img3 - Img4 - Img5 - Wtags - AdsDate
here is the main products page code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Web;
using Syste ...
Go to the complete details ...