Hierarchical data

collie

New member
Joined
Sep 29, 2008
Messages
1
Programming Experience
Beginner
Hi,

I have 2 tables in database. One stores all the categories names including the subcats and the other stores category id either under parent id column or child id column or both.

I need to present the data in a hierarchical structure in the webform. Also, i don't want a postback to occur as other data written inside textboxes will disappear.

How can I accomplish this?
Attached are the database tables


Data


Exam
exam
-70-536
-test
-one
exam
-test

top1
-subtop1
-test

Thanks
 

Attachments

  • tables.doc
    36.5 KB · Views: 18

Latest posts

Back
Top