Is there a way to request from a server, which uses ASP, multiple records and have them all displayed on a page using a single URL? Say something like http://foo.com/bar.asp?nums=1:2? such that one page loads with two pages worth of information?
Is there a way to request from a server, which uses ASP, multiple records
Share
You could do this using multiple querystring variables with the same name like:
Then, in your asp page: