MISdad
Technical User
- May 5, 2004
- 34
I have an asp page that is pulling permit and inspection data. I am showing the permit data and then doing a loop below that to show the inspections for that specific permit number.
Since there can be 10 or more inspections on a single permit number, I want to be able to suppress the inspection detail data until the user wants to see it and clicks on the appropriate link. I set up the collapsable table but it expands and collapses for all the inspection records in the loop not just the one that I click on.
Any suggestions??
Since there can be 10 or more inspections on a single permit number, I want to be able to suppress the inspection detail data until the user wants to see it and clicks on the appropriate link. I set up the collapsable table but it expands and collapses for all the inspection records in the loop not just the one that I click on.
Any suggestions??