My application utilizes a custom control to searching products. The control
retrieves item category attributes and populates dropdown controls with
the
values.
There is a stored procedure in the commerce site database named
'pr_SelectItemCategory' which contains a parameter '@[EMAIL PROTECTED]
[bit]'
which
if set to 1, will retrieve all the item category attributes nicely.
My difficulty is that I'm trying to figure out how to do this through the
Commerce Server 2002 .Net Runtime Library objects.
I've found how to get the item category attributes for a particular
product,
but not all items for all products. Any Ideas?