Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/10/2007, 20:32
Avatar de mamicho
mamicho
 
Fecha de Ingreso: mayo-2007
Mensajes: 98
Antigüedad: 17 años, 8 meses
Puntos: 0
guardar listbox

hola,

asi guardo un textbox:

da.InsertCommand.Parameters(1).Value = TextBox1.Text

como guardaria un listbox que contiene mas de un items:

da.InsertCommand.Parameters(0).Value = ListBox1.....?