Dynamic Forms and database results problem
Cat
SubCat
SubSubCat.
All three forms exist on the same asp page.
The user can click on the first dropdown to reveal all categories, user clicks on say "People" the second dropdown will appear with subcategories relating to People. Also a count will appear beside the first dropdown to show how many records have been found.
If the user clicks the second dropdown the third will appear along with the record count as the user filters down the search.
The Issue I have is that if a paging button is used I loose the count and the list boxes disappear. although the paging works.
hope this makes sense.
I have a test page to demonstrate the problem. The records do not have the images associated but it will show you what I mean.
http://www.webtechnique.biz/test.asp
1st drop select people
2nd select sportsmen
then press a paging button

