adding asp.net server controls dynamically using java script...
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
You can't, obviously. How can you add a server side control, on the client ? Even if you do it on the server, your viewstate is not going to contain it unless you add it before page load. Your best bet is to have a server hidden control and to store the details of your dynamically added controls in that.
Christian Graus Driven to the arms of OSX by Vista.