Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/07/2007, 16:31
AprendizNet
 
Fecha de Ingreso: julio-2005
Mensajes: 58
Antigüedad: 19 años, 6 meses
Puntos: 0
Re: Leer un control ASP dinamicamente

gracias, lo tengo en un form, y estaba haciendo tambien:

Label NewLabelVar = new Label

NewLabelVar.FindControl("Mensaje")

Intente tambien:

Form.FindControl("Mensaje")

Entonces, el truco esta en:

CType(x, TIPODESTINO) verdad ?