Is there a built in control or something I can use to display
the List of Manufacturers that are in the database?
Manufacturers List
Re: Manufacturers List
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 function that how to populate the Manufacturers List.
Code: Select all
private void BindManufacturers()