|
Now I want to display five columns as follows:
Product Code Product Name Product Category Code Product Category Name Button Bar
01 Apple A001 Fruit Selection ..
02 Beef B001 Meat Selection:
As shown above, extract the product code and product name from the database, then click the select button in the fifth column,
A pop-up tree of product categories is displayed. Select the category to return and display the information in 3 or 4 columns. . .
In webform, you can use the table to achieve the above form, how to achieve in winform?
What controls are needed to implement this function?
There are cases that provide better. . Thank you |
|