Home All Groups Group Topic Archive Search About
Author
11 Jul 2005 3:15 PM
Arne
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?

Author
11 Jul 2005 10:23 PM
Harolds
This might help you:
http://www.codeproject.com/Purgatory/ViewState___Dynamic_Cntrl.asp

Show quoteHide quote
"Arne" wrote:

> 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?
>
>