Hi,
I am quite a newbee at VB2008 and trying to build my first ecommerce website. I have an Access database and I have created the UI. For my product pages I used a ListView binded to selected items in the database depending on product category. It looks good but when I tried to add an "AddToCart" Imagebutton to each record I got stuck and in the code behind file I get an error message that the btnAdd.click doesnt exist.
Also,...