Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/11/2005, 03:11
Jose_minglein
 
Fecha de Ingreso: octubre-2004
Mensajes: 15
Antigüedad: 19 años, 7 meses
Puntos: 0
hl.Attributes.Add("onclick", "__doPostBack('borrar','" & rd.GetValue(1) &"');")

sub Page_load
if ispostback and Request.Form("__eventtarget")="borrar"
BorrarElemento(request.Form("__eventargument")

OJO, cuidadoc con las comillas simples y dobles.