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 -----
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
Sent: Monday, 2 February 2004 3:11 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] display value of form1.txtbox in form2.txtbox

 

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
Software Developer / Web Master
Logis
[EMAIL PROTECTED]
(027) 213-1065


_______________________________________________
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

Reply via email to