Since ASPDNSF doesn't have a flag that will determine the viewing count and selling count in the Product table. I have to can add 2 fields (ViewCount and SellCount) on the product table so that ViewCount will be incremented whenever that product is click and SellCount incremented whenever the product is sold (order is placed).
My question is that what programs I need to modify to achieve the goals I mentioned above and how?