Hello.
Here are the specification for making the WebForm:
– when form starts it should load data from the database and populate the ORDER combo box.
– when selecting an item from the ORDER combo box Client Name, Order Date and Client Address fields should populate with the right info, and then the PRODUCTS grid should populate with the order’s articles and details.
– ADD button = clear the GRID and then NAME combo box should populate and allow chosing an item. After that MEASURE and PR…
