Im having trouble with my nodes on my ASP.NET treeview.<BR>there may be an easier way to do this, but from what I can tell I need a recursive procedure that iterates through all nodes on a treeview ...
I have a table that's something like this:<BR><BR><pre class="ip-ubbcode-code-pre">CREATE TABLE thread(id INT, parentid INT, sometext TEXT);</pre><BR><BR>The values ...