|
Subject:
|
How to code the UI part for AddProduct? - Ch10
|
|
Posted By:
|
bg
|
Post Date:
|
4/27/2005 10:08:56 PM
|
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?
|
|