I think the ASP.NET way is to use the Context.Handler object. Using Server.Transfer you still have access to any public properties on the first page.
Your receiving page needs to know about the type of the first page but then you can cast the Context.Handler into this type and access any properties in your receiving Page_Load Michael Darling Solution Developer ROOM Solutions Ltd mailto:[EMAIL PROTECTED] "Cosmin Prund" <[EMAIL PROTECTED]> asked: > I've got an ASP.NET form with a button on it. From the Button click I > want to show a different page/form, passing this new form an > parameter. I can easily do this using Response.Redirect but is there a > way to do it using Server.Transfer (so the request doesn't have to > make a round-trip to the browser?). With "controls" I can create an > control and the cast it to the correct type, call some method on it to > prepare it. Can I do this with a whole page? -------------------------------------------------------- Room Solutions Limited is a leading supplier of solutions and services to non-life commercial insurance markets. Room Solutions Limited is registered in England and Wales with company number 2503575. Its registered office is at 100 New Bridge Street, London EC4V 6YA, United Kingdom. CONFIDENTIALITY NOTICE/DISCLAIMER This email and any attachments are confidential, protected by copyright/intellectual property rights and may be legally privileged. The information transmitted is intended only for the person or entity to which it is addressed. If you are not the intended recipient, dissemination or copying of this email is prohibited. If you have received this in error, please notify us by forwarding this email to the following address: [EMAIL PROTECTED] , and then delete the email completely from your system. This email and any attachments have been scanned for computer viruses by a market leading anti-virus system. However, it is the responsibility of the recipient to conduct its own security measures. No responsibility is accepted by ROOM Solutions Limited for loss or damage arising from the receipt or use of this email and any attachments. No responsibility is accepted by ROOM Solutions Limited for personal emails. ROOM Solutions Ltd, http://www.roomsolutions.net -------------------------------------------------------- ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ __________________________________________________ Delphi-Talk mailing list -> Delphi-Talk@elists.org http://www.elists.org/mailman/listinfo/delphi-talk