Hi, my data looks like the following
2008 11 2008-11-20 05:21:55.183 4949
2008 7 2008-07-09 11:53:59.307 4124
2008 7 2008-07-14 23:47:14.160 4150
2007 11 2007-11-07 00:00:00.000 2823
2007 8 2007-08-08 12:53:24.167 2304
What I need to do in the TreeView is to display it like this,,,
2008
-->-->11
-->-->-->4949
-->-->7
-->-->-->4124
-->-->-->4150
2007
-->-->11
-->-->-->2823
-->-->8
-->-->-->2304
How can I accomplish this? I need to use this form through my site for various things, so any help would be appreciated. Thanks!