Pregunta

Is it possible to create/clone with javascript/jQuery a control with the property runat=server dynamically?

¿Fue útil?

Solución

No, it is not possible. As runat="server" is used by server for generating html. If it is added on client server will not know it.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top