Hi there,
I'm not a .NET programmer but I am an ASP expert.
Request.Form("formobjectnamehere") is how to obtain the value within any
object on the form.
This should be the same on ASP.NET

Hope this helps,
Regards,
Simon J Stuart
Grey Cascade Designs
----- Original Message ----- 
From: "Cosmin Prund" <[EMAIL PROTECTED]>
To: "Delphi-Talk Discussion List" <delphi-talk@elists.org>
Sent: Thursday, February 15, 2007 12:52 PM
Subject: ASP.NET question: How do I pass a parameter to a new page?


> 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