Hmmm - I'm starting to think there's no other way, and I don't get it. 
Isn't this supposed to be an easy, frequent thing to do?

Bob Swart wrote:
> Hi Cosmin,
>
> Do a Redirect to a page with information after the ? character.
> Like the following:
>
>    Details.aspx?Id=42
>
> And then in the Details.aspx page, you can retrieve the value of Id (as 
> part of the Request.Params:
>
>    Request.Params['Id'];
>
> Groetjes,
>            Bob Swart
>
>   

__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to