views:

377

answers:

1

hi there i have table in DB with 3 column => ParentId , Id , Text i wanna make Tree in C# by the Records that we have saved in this table i dont know how should i write my recursive method in c# please help me thanks

A: 

Please, take a look here, it's a template of a recursive TreeView on MSDN forums.

Nathan Campos