i want to know how to use data grid control to retrieve data from two different table.
where one table contain reference of other table. i.e. i have two tables like result and administrator. Now there is result_id in administrator table which is a primary key of result table ,now i want to show percentage from result table and all the fields from administrator table in one data environment.
where one table contain reference of other table. i.e. i have two tables like result and administrator. Now there is result_id in administrator table which is a primary key of result table ,now i want to show percentage from result table and all the fields from administrator table in one data environment.
Comment