![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/11/2005, 03:11
|
| | Fecha de Ingreso: octubre-2004
Mensajes: 15
Antigüedad: 20 años, 4 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. |