Hi friends,
My requirement is to maintain a collection of products based upon categories and i have to retrieve that.For ex:i can retrieve different book names which are under the category Book..Say i can retrieve all mobile company names which are under the category Mobile.I was told to use collections here... What i suppose to do is to use list of arraylists...The list contains the category(Book) and the arraylist under that list contains the products(All book names under book)
- ------>[Array lists under the list]
- [Book]----->[TamilBook][EnglisgBook][MathsBook]
- [Mobiles]--->[Nokia][SonyEricson][Motorola]
- I need code in C#.Net...Any known friends help me...
- Thanks in advance....sherin