Re: Text from TextBox in DataList
- From: etam <odwrotnie@xxxxxxxxx>
- Date: 30 May 2007 11:21:03 -0700
On 30 Maj, 20:55, "Eliyahu Goldin"
<REMOVEALLCAPITALSeEgGoldD...@xxxxxxxxxxxx> wrote:
First get to the item, then to the textbox:
TextBox myTextBox = myItem.FindControl("GradeTextBox") as TextBox;
TextBox tb = (TextBox)GradeDataList.FindControl("GradeTextBox");
Then tb == null :/.
But still it is strange... Beacause My GradeDataList has many
GradeTextBoxes. Am I right?
.
- Follow-Ups:
- Re: Text from TextBox in DataList
- From: Eliyahu Goldin
- Re: Text from TextBox in DataList
- References:
- Text from TextBox in DataList
- From: etam
- Re: Text from TextBox in DataList
- From: Eliyahu Goldin
- Text from TextBox in DataList
- Prev by Date: Re: PDF Viewer Control
- Next by Date: SQL Server 2005 Logon Issues
- Previous by thread: Re: Text from TextBox in DataList
- Next by thread: Re: Text from TextBox in DataList
- Index(es):