mahivr
Oct 20th, 2004, 01:50 AM
i have a sql query
select A.topcol,B.fstcol from table1 A,table2 B.....
im trying to contruct a datagrid with title column from one table and 1st column from another table record
how to implement this datagrid on the fly
or is any other way to contruct this with Table object?
v.r.mahendran
select A.topcol,B.fstcol from table1 A,table2 B.....
im trying to contruct a datagrid with title column from one table and 1st column from another table record
how to implement this datagrid on the fly
or is any other way to contruct this with Table object?
v.r.mahendran