Search found 1 match

by berry.lai
Tue Aug 16, 2011 2:02 am
Forum: AbleCommerce Hosting and Development Providers
Topic: Find the manufacture name according to the ManufacturerId
Replies: 1
Views: 10385

Find the manufacture name according to the ManufacturerId

In EditProduct.aspx.cs 'Manufacturer' is a dropdown list, and we can select the type. Now I need to write a data feed script. I got the ManufacturerId the table 'products', and the Manufacturer data store in table 'Manufacturer'. So how do i use ManufacturerId to find out the Manufacturer 'Name'. He...