Hi All
I wish to create a webpart customisation page, that is similar to www.live.com. Basically , I have 10 Categories and various subcategories of product items in the database. I am trying to create a webparts module where the user can create X ammount of feeds which can be a combination of categories/subcategories, so that the lattest products that meet the combination can be displayed on the webpart page.
An example of feeds could be "Furniture-Coffe Tables", "Clothing-Shirts", "Computers-Keyboards".
A classical example is live.com, where the content is not rigid/pre-specified, and the module are based on the feeds a user specifies.
So far, what I have done is created a user control, that has a public property, taking the parameters, searching for it in the database and displaying the results.
How do I implimet this using webparts, Any tutorial that addresses the issue would be fine, so far, the ones i've seen is based on rigid structures, such as calendar, weather module, news etc.
I hope you understand the issue
Kind Regards