Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/04/2008, 10:29
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 4 meses
Puntos: 87
Re: Separar un string en varios

deberias apoyarte de un List<string>

asi tendrias
string []arraysplit=valuestring.split('-');
List<string> valoreS=new List<string>(arraysplit);
if(valoreS.Contains(futbol))
checkboxfutbol.Checked=true;

algo asi podrias hacer
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5