|
Get the data from the database first.
SELECT commodity code, commodity name, '' AS commodity category code, '' AS commodity category name FROM TABLE
Shown in DataGrid.
After selecting the button.
Just set DataRow ["Product Category Code"] and DataRow ["Product Category Name"] of DataTable!
DataGrid will automatically display! |
|