codebehind will work
dropdownlist d = new dropdownlist();
Form1.controls.add(d);
roughly
--
Regards,
Alvin Bruney
[ASP.NET MVP
http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here...
http://tinyurl.com/27cok
"Fabiano" <> wrote in message
news:...
> Please,
>
> I need to create an webpage that when user clicks on ADD button it's
> create
> a new line with dropdownlist, textboxes and on.
> with ASP and HTML i use DHTML to create another controls. Now with ASP.NET
> and C# how can i do this. May i use DHTML or can i do this on my
> codebehind?
>
> Tks in adv.
>
> Fabiano
>
>