
11/07/2007, 16:31
|
| | Fecha de Ingreso: julio-2005
Mensajes: 58
Antigüedad: 19 años, 8 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 ? |