Skeptik
Banned
I'm accessing a website that has a search facility from the URL as follows:
http://www.capetown.gov.za/propertyvaluations/gv2006/frmResults.aspx?Search=ADD,CHURCH ST CLAREMONT
I'm trying to work out what the parameters are. So far, I've worked out that ...
ADD,CHURCH%20ST%20CLAREMONT
means:
Get me all the addresses in CHURCH STREET CLAREMONT
and produces a list of 10 records, with the option to select another page from a list of 1 2 3 4 5 6 7 8.
Trouble is you can't click on those pages (doff programmers methinks
), so I'm wondering if there is a parameter I can put in the search URL to go directly to page2/3/4 up to 8.
If anyone knows of a site that has a manual for .aspx pages I would be grateful. I'm more of a UNIX/Sybase/Oracle person.
http://www.capetown.gov.za/propertyvaluations/gv2006/frmResults.aspx?Search=ADD,CHURCH ST CLAREMONT
I'm trying to work out what the parameters are. So far, I've worked out that ...
ADD,CHURCH%20ST%20CLAREMONT
means:
Get me all the addresses in CHURCH STREET CLAREMONT
and produces a list of 10 records, with the option to select another page from a list of 1 2 3 4 5 6 7 8.
Trouble is you can't click on those pages (doff programmers methinks
If anyone knows of a site that has a manual for .aspx pages I would be grateful. I'm more of a UNIX/Sybase/Oracle person.