Beginning ASP.NET Database using
VB.NET, chapter 10, Componentization:
The sample code mostly shows how to create a data-driven class for ProductInfo, but it gives very little in creating a web application using this class.
My question is - how to create a web UI to use those functions from the class, such as AddProduct, DeleteProduct and UpdateProduct?