M
Martin
you could use a unique URL for each request and inplement a http handlet to
specifically look for urls that match the pattern.
for example insead of wanting to return to the page succes.aspx?id=100
you could return to the page success_100.apsx
and use a http handler to look for the pattern "success_"
cheers
martin.
specifically look for urls that match the pattern.
for example insead of wanting to return to the page succes.aspx?id=100
you could return to the page success_100.apsx
and use a http handler to look for the pattern "success_"
cheers
martin.