Compiling Webcontrols on the fly

A

Arne

I can create a webcontrol dynamically and add it to a placeholder.
Dim box as TextBox = new TextBox()
placeholder1.controls.add(box)
But then I will not get any viewstate.
I have seen programs that create webcontrols at runtime and then compiles
them into the GAC. I don't remember how.
Can anyone tell me how?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,525
Members
44,997
Latest member
mileyka

Latest Threads

Top