Is it possible to create/clone with javascript/jQuery a control with the property runat=server
dynamically?
Asked
Active
Viewed 253 times
0

SomeKittens
- 38,868
- 19
- 114
- 143

Marky68
- 95
- 1
- 8
1 Answers
0
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.

Adil
- 146,340
- 25
- 209
- 204