We want to display data in repeater control in tree structure form in .net1.1 if tables have no relationship(no primary,foreign key concept used).tables are independent of one another
sachin sangal
y not use a tree control itself, just create an imaginary PK and use it to relate the rows in different tables