Re: Iterating through a Repeater Control - Driving me nuts!!!
- From: "Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 00:07:27 -0400
This looks like VB.NET/VB 2005 code. Assuming I'm right, you'll need to ask
this question in a group with "dotnet" in the name. The "vb" groups are
strictly for VB6 and below. (Don't blame us, Microsoft decided to create
confusing names for markedly different languages.)
Rob
"Ryan Smith" <RyanSmith@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:84BA4C4B-8489-4467-B316-720E454D2E80@xxxxxxxxxxxxxxxx
Dim i As Integer
Dim Collected1 As TextBox
For i = 0 To (Grid.Items.Count - 1)
Collected1 = CType(Grid.Items(i).FindControl("COLLECTED"), TextBox)
Response.Write(Collected1.Text)
Next
This doesn't work and prints nothing even though data is in the textbox.
Any ideas - this is driving me mad...
.
- Follow-Ups:
- Re: Iterating through a Repeater Control - Driving me nuts!!!
- From: Ken Halter
- Re: Iterating through a Repeater Control - Driving me nuts!!!
- Prev by Date: Re: how do people feel about exit function from loop
- Next by Date: Re: how do people feel about exit function from loop
- Previous by thread: FreeFile & multiple files
- Next by thread: Re: Iterating through a Repeater Control - Driving me nuts!!!
- Index(es):
Relevant Pages
|