J Jacob John Sep 16, 2003 #1 how to populate a treeview in c#.net (windows forms) from a SQL Server database ??? pls help me. thanks in advance, JJK
how to populate a treeview in c#.net (windows forms) from a SQL Server database ??? pls help me. thanks in advance, JJK
W William Ryan Sep 16, 2003 #2 You can use a DataReader or a DataTable and iterate through it, adding Nodes at each iteration http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q320755 HTH, Bill
You can use a DataReader or a DataTable and iterate through it, adding Nodes at each iteration http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q320755 HTH, Bill