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

Reply via email to