I suppose its dynamically not dymamically.
Oh, and it is not only the value, there are a bunch of events attached to
the textbox and autopostback mapped to an object model, and dynamic
validation. That is why it is quite important that i get it right
/ jorge
[quoted text, click to view] "jorge" <anonymous@discussions.microsoft.com> wrote in message
news:eCppfh%23VEHA.2340@TK2MSFTNGP09.phx.gbl...
> Hi all,
>
> I have to replace a bunch of controls dynamically (TextBoxes, DropDowns,
> etc).
>
> Any way to do this? The 'template' pages are made on asp.net with tables
> (not runat=server) and asp:textboxes, etc.
>
> So I need to do a loop on the controls of the webform, but alas! they are
> read only. I could do it directly on the template webform, that would be
OK,
> but not as good, but I cannot:
>
> myTextBoxInMyWebFormWithFormatting =
myDynamicallyCreatedTextBoxWithValues;
>
> Ideas?
> / jorge
>
>