RE: Setting controls' name

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



In addition, I have no idea why the controls were created as:
Form1:_ctl0, Form1:_ctl2, Form1:_ctl3
(i.e., there are no Form1:_ctl1)??


"Patrick" wrote:

> I am dynamically creating TextArea and drop-down lists in ASP.NET using
> something like HtmlTextArea eachTextArea = new HtmlTextArea();
>
> I tried to set the "name" of these TextAreas, etc. (e.g. <textarea
> name="NameOfTextArea" rows="5" cols="60">some text area
.