|
 |
asp_databases thread: record
Message #1 by sridarti@s... on Thu, 27 Dec 2001 06:33:45
|
|
Hi, i have a query....
i have a combo box that retrive its value form the DB...
the values are example as follows:
-how are you
-ok
-hello
when i tried to bring the selected value over to the next page,this is
what happens when i select the first value: "how"
It breaks up the whole sentence and only brought the first group of
letters over...
How can i bring the whole sentence over in the case..i want to bring "how
are you" over to the next page rather then "how" alone...
can someone...help please..
shoreline
Message #2 by "Kim Iwan Hansen" <kimiwan@k...> on Thu, 27 Dec 2001 09:04:02 +0100
|
|
<select>
<option value="How are you">How are you</option>
<option value="Ok">Ok</option>
<option value="Hello">Hello</option>
</select>
don't forget the quotes ("") around the values.
-Kim
> -----Original Message-----
> From: sridarti@s... [mailto:sridarti@s...]
> Sent: 27. december 2001 06:34
> To: ASP Databases
> Subject: [asp_databases] record
>
> Hi, i have a query....
>
> i have a combo box that retrive its value form the DB...
> the values are example as follows:
> -how are you
> -ok
> -hello
>
>
> when i tried to bring the selected value over to the next page,this is
> what happens when i select the first value: "how"
> It breaks up the whole sentence and only brought the first group of
> letters over...
>
> How can i bring the whole sentence over in the case..i want to bring "how
> are you" over to the next page rather then "how" alone...
>
> can someone...help please..
>
>
>
> shoreline
|
|
 |