Creating a webform at run time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know that I can create web controls on the fly and add them to a
placeholder. The problem with that is that I don't get any view state that
way.
I have a series webform templates defined in a database. Now I want to
create a series of text boxes and other controls on the fly can capture the
data input. How can I do that?
 
Using CSS you should be able to set a specific width and specify
overflow-x:scroll;


Karl
 
Back
Top