I have various SQL tables and my use case is:
I’ll choose 5 Products at random and they’ll show in X control (don’t know what to use here).
I know I’ll have to use SQL and pull the product information using the ProductID as the hook to fish out every other information.
What Control should I use?
—If you want to show random product, then Adrotator is the best choice
—If you are getting product randomly from DB then Repeater or datalist could be the best choice