Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/08/2004, 23:06
DotNetDeveloper
 
Fecha de Ingreso: abril-2003
Mensajes: 606
Antigüedad: 21 años
Puntos: 2
foreach(ListItem li in miLixtBox.Items)
{
if(li.Selected)
// Aqui codigo cuando uno fue seleccionado
}