|
O thanks for replying James, I was
beginning to wonder if I was doomed to start controversial conversations but
never get an answer lol
If by ASP.NET controls you mean the "Web
Controls", yes I have tried them. Twice. And have had different
errors each time.
Most commonly I get "Undeclared
identifier: "txtWhateverItsNamed" on compile.
----- Original Message -----
From: James Sugrue
Sent: Tuesday, February 03, 2004 9:01 AM
Subject: RE: [DUG] display value of form1.txtbox in
form2.txtbox Have you tried using
the ASP.NET controls, instead of the HTML controls? It seems to work OK if you
use the ASP.NET controls�. From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Tracey Maule Delphi ASP.NET
grrr I have been trying to
figure this one out since friday, and am still not getting any joy.
form1 type=get contains
html_text1 I simply want to display
whatever the user types into form1.text1 in the resulting web form (form2)'s
html_text2 in form2.pas i am trying
the following code: txtSomething :=
Request.QueryString.Get('value'); but it
doesnt work. Has anyone figured out how to do this "simple" thing
yet??? Tracey
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi |
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
