Ver Mensaje Individual
  #45 (permalink)  
Antiguo 11/05/2005, 00:23
Avatar de Nombela
Nombela
 
Fecha de Ingreso: abril-2005
Mensajes: 611
Antigüedad: 20 años
Puntos: 1
continuacion

MIra me da errores aki:

if (Request.Form["__eventtarget"].ToString() == "guardar")
{
string identificadores = Request.Form["__eventargument"];
Array arrayidentificadores = identificadores.Split("");
CambiaServicios(arrayidentificadores);
}

Me dice que identificadores.split el parametro que le paso no es correcto.

A parte no entiendo muy bien esta parte:
if (reader4["UsServIdUs"].ToString()=="")
{
...
}
else
{
valordelinput += reader4["ServId"];
}