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
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