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

-- 
Bob Swart Training & Consultancy (eBob42.com)  Forever Loyal to Delphi
Blog: http://www.drbob42.com/blog - RSS: http://drbob42.com/weblog.xml
New Delphi 2006 Courseware e-books at http://www.eBob42.com/courseware
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to