I need to dynamicly add server controls to my user's form.
i wrote a script that injects the controls, but i can't do it with server controls.
Is it possible?
To be more specific: I want to add numerous file upload to my client, and to use the data from the server.
I'm programing in asp.net.