Hi
I am back again. sorry for being a pain in the butt...
I am using LLBLGEN 3.0 self servicing.
I have been trying to work this out, but it continues to baffle me ..
I have a checklistbox , winforms
I am binding it like this
CategoryCollection categories = CategoryController.GetCategories(CategoryFields.IsDeleted == false);
checkedListBoxCategories.DataSource = categories;
checkedListBoxCategories.DisplayMember = CategoryFields.CategoryName.Name;
checkedListBoxCategories.ValueMember = CategoryFields.CategoryId.Name;
I can save and persist data.. everything works perfectly well
The problem arises when I try to set the checkboxes.. I know that I can get the checked values like this
priceSchemeEntity.PriceSchemeCategories
but how to set the checkboxes.. i have tried everything but everything baffles me now .. and I am perplexed.. any help would be GODsend and praised...
Thanks and Regards
Gagan