|
 |
aspx thread: Request.Form
Message #1 by "Istvan Margetin" <istvan.margetin@F...> on Thu, 18 Jul 2002 12:55:24 +0200
|
|
This is a multi-part message in MIME format.
------_=_NextPart_001_01C22E49.9EA8A384
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Hi all...
I have an input field (simple HTML component) on my page,
let's call it stuff.
When trying to access the value of this field, either with
Request.Form["stuff"] or with Request.Params["stuff"], I got the value
typed in by the user, with some
preceeding or succeeding commas (e.g. the user typed in "2", and I have
",2"). Does anyone know how to access ONLY the value?
Thanks,
Istvan
Message #2 by =?iso-8859-1?Q?Nicolai_Skovmose_S=F8rensen?= <nss@j...> on Thu, 18 Jul 2002 12:57:50 +0200
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C22E49.F571A030
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Did you check you dont have 2 fields (input boxes) with the same name ?
Regards
Nicolai S=F8rensen
Jubii A/S - Programmer
http://www.jubii.dk <http://www.jubii.dk/>
-----Original Message-----
From: Istvan Margetin [mailto:istvan.margetin@F...]
Sent: 18. juli 2002 12:55
To: ASP+
Subject: [aspx] Request.Form
Hi all...
I have an input field (simple HTML component) on my page,
let's
call it stuff.
When trying to access the value of this field, either with
Request.Form["stuff"] or with Request.Params["stuff"], I got the value
typed
in by the user, with some
preceeding or succeeding commas (e.g. the user typed in "2", and I have
",2"). Does anyone know how to access ONLY the value?
Thanks,
Istvan
--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to
Message #3 by "Istvan Margetin" <istvan.margetin@F...> on Thu, 18 Jul 2002 13:08:33 +0200
|
|
This is a multi-part message in MIME format.
------_=_NextPart_001_01C22E4B.74B1A6D0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Did you check you dont have 2 fields (input boxes) with the same name ?
Wow. Thanks ;)
Istvan
Message #4 by Akthar Dilmohamud <Akthar@f...> on Thu, 18 Jul 2002 15:49:55 +0400
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C22E51.3C413410
Content-Type: text/plain;
charset="iso-8859-1"
try using the Mid function
-----Original Message-----
From: Istvan Margetin [mailto:istvan.margetin@F...]
Sent: Thursday, July 18, 2002 2:55 PM
To: ASP+
Subject: [aspx] Request.Form
Hi all...
I have an input field (simple HTML component) on my page, let's
call it stuff.
When trying to access the value of this field, either with
Request.Form["stuff"] or with Request.Params["stuff"], I got the value typed
in by the user, with some
preceeding or succeeding commas (e.g. the user typed in "2", and I have
",2"). Does anyone know how to access ONLY the value?
Thanks,
Istvan
--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to
Message #5 by "Istvan Margetin" <istvan.margetin@F...> on Thu, 18 Jul 2002 13:58:08 +0200
|
|
This is a multi-part message in MIME format.
------_=_NextPart_001_01C22E52.61FDF940
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Of course not ;)
Thanks,
Istvan
-----Original Message-----
From: Nicolai Skovmose S=F8rensen [mailto:nss@j...]
Sent: Thursday, July 18, 2002 12:58 PM
To: ASP+
Subject: [aspx] RE: Request.Form
Did you check you dont have 2 fields (input boxes) with the same name ?
|
|
 |