Fill Tree View Recursive And Display Right To Left

favaedi

Newcomer
Joined
Oct 17, 2004
Messages
4
Location
Iran-Tehran
I have a table in Sqlserver with Feilds (ID,ParentID,Subject).
Subjects should Fill a Tree in Multiple level.
only Recursive can solve this problem.

And Display Right to Left(RTL) instead of Left to Right(LTR)

please help me with ASP.NET source code (VB).
 
Back
Top