how to populate different records in row of a Grid?

Posted by ahmed on Stack Overflow See other posts from Stack Overflow or by ahmed
Published on 2010-05-05T05:48:53Z Indexed on 2010/05/05 5:58 UTC
Read the original article Hit count: 230

Filed under:
|
|

Helo, I have a two Grid where I have to display some records from the table. The table consists of employee names ,manager names and their comments. Now on the first gird I am fetching data of employee names. Now on the second grid I have to display data of manager names and their comments. The data is on the same table. On show button of the first grid it shows all the employees. then on AdvWebGrid.ClickLink or any selected user on the first grid , i have to display the manager names and their comments on the second grid. How can I do that ? Hope my problem is clear?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about databinding