Ver Mensaje Individual
  #12 (permalink)  
Antiguo 01/06/2007, 11:45
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años
Puntos: 38
Re: OnSelectedIndexChanged de DropdownList no funka

Código:
Me.Button1.Attributes.Add("onclick", "return cambiatexto('Label1');")


function cambiatexto(ctlToChange)
{
   ctrl = eval("document.all('" + ctlToChange +"')");
   ctrl.innerText = "nueva cadena";
   return false;
}
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.