I have a product table it contain: Id_product Description Price Image
So I create a form , I add a panel , I want to generate picturebox for all product that I have in table product in panel the picturebox.image=image(product table) and i want add a label for each picturebox that contain price
So what is the tool that allow me do this .