Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/11/2008, 08:44
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 5 meses
Puntos: 87
Respuesta: Consumir un WebMethod de tipo Lista Generica

ExalAr.WS.exalar ws = new ExalAr.WS.exalar();
List<ExalAr.WS.lstCombo> lst = ws.get_lstCombo2(1);

pero puedes probar

ExalAr.WS.exalar ws = new ExalAr.WS.exalar();
List<ExalAr.WS.lstCombo> lst = new List<ExalAr.WS.lstCombo>( ws.get_lstCombo2(1));


me cuentas como te fue.
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5