snowboardr
Programmer
Okay I read that its a very bad idea to do nested loops in ASP, i am wondering if there is a better solution.
What i am doing is basicly i have 20 main categories and approx 5-30 sub categories underneath each main category, and then underneath those sub categories are some random records... which will only be up to 10 for each sub category. So bascily its:
Main Category
Sub Category
Records
The thing of it is, I am actually using ajax to open up all the main categories, sub categories and records, however, I save if its opened or not, thus i have to output the page how it was saved.. if they refresh etc... So what do you think the best method would be to do this?
I am using MySQL database.
Jason
Army : Combat Engineer : 21B
What i am doing is basicly i have 20 main categories and approx 5-30 sub categories underneath each main category, and then underneath those sub categories are some random records... which will only be up to 10 for each sub category. So bascily its:
Main Category
Sub Category
Records
The thing of it is, I am actually using ajax to open up all the main categories, sub categories and records, however, I save if its opened or not, thus i have to output the page how it was saved.. if they refresh etc... So what do you think the best method would be to do this?
I am using MySQL database.
Jason
Army : Combat Engineer : 21B