Is the following an option for me to consider:
Use SQL 2005 to write out an XML string from a stored procedure ('FOR XML AUTO').
Use an LLBL object to grab the XML from the proc and then bind to that LLBL object in a control that will render a hierarchy using XML input?
thanks
Actually this would not work out so well as I would like the list to auto update when either parent or chile records are added, edited or deleted.