There is a table:
Rollup1 Rollup2 Transit
1 2 22
1 2 33
1 3 44
1 3 55
My first page contains the form where the user inputs the Rollup1 value (E.g. 1) Then my second page should have a table that lists all Rollup2 that belong to Rollup1. Then clicking on any Rollup2 value should open another page that has a table that lists all transits that belong to that Rollup2.
The idea is simple, the problem is I am not experience in ASP
Please suggest any helpful code for my case
I'll appreciate your help
Thanks
Rollup1 Rollup2 Transit
1 2 22
1 2 33
1 3 44
1 3 55
My first page contains the form where the user inputs the Rollup1 value (E.g. 1) Then my second page should have a table that lists all Rollup2 that belong to Rollup1. Then clicking on any Rollup2 value should open another page that has a table that lists all transits that belong to that Rollup2.
The idea is simple, the problem is I am not experience in ASP
Please suggest any helpful code for my case
I'll appreciate your help
Thanks