
21/10/2007, 20:32
|
 | | | Fecha de Ingreso: mayo-2007
Mensajes: 98
Antigüedad: 18 años 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.....? |