Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/12/2005, 10:27
Avatar de xindi
xindi
 
Fecha de Ingreso: enero-2005
Mensajes: 25
Antigüedad: 20 años
Puntos: 0
Podrias ser mas ilustrativo?

Te refieres a hacer algo como esto?

<asp:linkbutton ID="lkbdel" CommandName="Eliminar" Runat="server" OnClick="return Valida();">...</asp:linkbutton>

Tampoco he podido hacer algo como esto

lb.Attributes("onclick") = "JavaScript:Valida();"

ya que el linkbutton esta en un Data Grid

lb = dgitem.FindControl("lkbdel")
lb.Attributes("onclick") = "JavaScript:Valida();"
__________________
Only exist 10 kinds of persons in the world, those that understand binary and those that don't