I am a beginner of Vb programmer trying to do project with database using vb.
I have two questions on hand. One is regarding Datarepeater and the other one is projects.
As for Datarepeater, I facing problem of referencing of datas between two Datarepeaters.
The Second DataRepeater’s information depends on the first Datarepeater’s ActiveRow. If the active row is 1, the information related to the row one will be visible on the datarepeater without showing other record that does not relates to activerecord of Datarepeater1. In other words, the primary key of the records shown in datarepeater2, relates to datarepeater1 by the foreign key. I can’t link this two repeater together.
Second problem is, what is the coding if I want to access the methods of Project2 from Project1.
Please advise on this problem. Thanks.
Regards,
Chong