Manufacturers List

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Manufacturers List

Post by Mike718NY » Fri Jul 18, 2008 4:51 pm

Is there a built in control or something I can use to display
the List of Manufacturers that are in the database?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Manufacturers List

Post by mazhar » Sat Jul 19, 2008 6:26 am

Have a look at the Admin/Products/EdtiProduct.aspx page. in the aspx file check the dropdown list with id ManufacturerList and in aspx.cs file check the

Code: Select all

private void BindManufacturers()
function that how to populate the Manufacturers List.

Post Reply