It seems there's no way for two distinct ASPX pages to talk to each 
other in a straight-forward way. By straight-forward I mean giving page 
"A" direct access to page "B". Page "A" can send a message to page "B" 
using a number of techniques, but all techniques require an mediator: 
The Web Browser (using Redirect) or the Session StateBag.

I think I need to do a lot more reading on ASP.NET page processing so 
I'll truly understand this.

Thanks for all info,
Cosmin Prund

Cosmin Prund wrote:
> Hello.
>
> 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?
>
> Thanks,
> Cosmin Prund
> __________________________________________________
> Delphi-Talk mailing list -> Delphi-Talk@elists.org
> http://www.elists.org/mailman/listinfo/delphi-talk
>
>   

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

Reply via email to