Hi all,
I need help how to display value from two tables in gridview. I have two tables FeaturedProducts and Products.FeaturedProduct fields are:productid,featuretext,saleprice and Products fields are:productid,catid,name,shorttext,longtext,price,thumbnail,image
I want to display productid,featuretext,saleprice from FeaturedProduct table and name and price from products table inside the gridview.I know this join query but how to do this thru setting like choose data Source->New Data Source.Please somebody help me.
Thanks,
Masum