|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Passing multiple value from a ListBox into a Database using ASP
<i><b>Originally posted by : Martin (martin.simard@medisolution.com)</b></i><br />I try to get the selected values from my ListBox (Multiple) and add them in a field of my DataBase.<br />The SELECT is in a form that have a lot of informations when submitting it. The submit call a ASP file that contain all update code but i do not know how to get my selection from the ListBox...<br />I did something like Request.Form("MyList") but no value was show in the output write.<br />Can you help me ?<br />I'm a realy beginner ASP, sorry....
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : </b></i><br />For i = 1 To Request.Form("MyList").Count<br /> Response.write Request.Form("MyList")(i)<br />Next
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Passing multiple value from a ListBox into a Database using ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|