
13/11/2008, 08:44
|
 | Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 7 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. |