Re: Get Value From Dynamically Created TextBoxes......
- From: "Teemu Keiski" <joteke@xxxxxxxxxxxxxxx>
- Date: Tue, 7 Jun 2005 08:44:03 +0300
If you recreate TextBox instances on postback in same order as on previous
request, values are restored automatically back to the TextBoxes (assuming
control re-creation happens at Page_Load at the latest). In other case you
need to dig them from Request.Form collection by using each TextBox's
UniqueID as the lookup key.
--
Teemu Keiski
ASP.NET MVP, Finland
"RC" <rc@xxxxxxxxx> wrote in message
news:%23J7JqqxaFHA.1456@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I 've created a form with serveral Dynamically Created TextBoxes and a
> static button. After press the button, those values of TextBoxes should be
> posted back to server. How to get the value back from those boxes? Any
> Sample Code Provided?
>
> Thanks
> RC
>
>
.
- References:
- Prev by Date: Re: Question on Repeater DataItem
- Next by Date: Re: Where is the built-in ASP.NET account?
- Previous by thread: Get Value From Dynamically Created TextBoxes......
- Next by thread: deploying asp.net
- Index(es):