Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Reading values from a listbox


Message #1 by "Pelle Henriksson" <pelle_henriksson@h...> on Tue, 25 Sep 2001 09:56:33

How do you pick out more than one value from a list pox with request.form

("listbox")?, is it some kind of loop?



thanks in advance Pelle





Message #2 by "Hema R." <hema.r@s...> on Tue, 25 Sep 2001 14:57:21 +0530
If you do Request.form() of the listbox with multiple select

option it will return all the values of the selected options separated by

commas.

However if you want to retrieve if a particular option was selected or not..

it is better to give an id for each option and do request.form() of that

option.



Hope this helps

regards

Hema



> -----Original Message-----

> From:	Pelle Henriksson [SMTP:pelle_henriksson@h...]

> Sent:	25 September Tuesday 2001 03:27 PM

> To:	ASP Web HowTo

> Subject:	[asp_web_howto] Reading values from a listbox

> 

> 

> How do you pick out more than one value from a list pox with request.form

> ("listbox")?, is it some kind of loop?

> 

> thanks in advance Pelle
Message #3 by "Shrikar Keskar" <shrik_the_greek@m...> on Tue, 25 Sep 2001 18:58:43 +0530
hi,

isnt sonata software into ERP solutions? how come u r coding in asp then?



sorry for this unsolicited mail.

do reply back,

-shrikar

  Return to Index