Hello all question- I have a multi selection dropdown list. When you select more than 1 option in the list I see that in the querystring when i use the "get" method for each selection that I selected it puts the name of the control and the value. The end result is example - 10,20,30
Is there some way that i can get each one one the values and separate them because for each selection that they select I have to insert one value at a time into the database. Not send in in as 10,20,30. Each value has to be a record. Now I handeled for that in my stored proc but is there some way to do it before I send the values to the database.
Thanks,
Frandazzo
Is there some way that i can get each one one the values and separate them because for each selection that they select I have to insert one value at a time into the database. Not send in in as 10,20,30. Each value has to be a record. Now I handeled for that in my stored proc but is there some way to do it before I send the values to the database.
Thanks,
Frandazzo