|
 |
aspx thread: Repeater
Message #1 by "Garland Frye" <gfrye@s...> on Wed, 16 Jan 2002 11:32:54 -0600
|
|
How do you extract data from the cells of a Repeater...
Thanks In Advance,
Garland R. Frye
Message #2 by =?windows-1255?B?5unlIPT46ePu7w==?= <zivf@m...> on Thu, 17 Jan 2002 12:01:28 +0200
|
|
hmm, you should read the documentation regarding the differences between
WebControls and TemaplateContols
-----Original Message-----
From: Garland Frye [mailto:gfrye@s...]
Sent: Wednesday, January 16, 2002 7:33 PM
To: ASP+
Subject: [aspx] Repeater
How do you extract data from the cells of a Repeater...
Thanks In Advance,
Garland R. Frye
Message #3 by Todd Carrico <ToddC@m...> on Thu, 17 Jan 2002 08:26:42 -0600
|
|
Not sure you can, it is just regurgitated HTML. You may need to look at a
DataList, or DataGrid.
A Repeater really doesn't have cells per say, it can have HTML Table Cells,
but that is what they are, HTML Tables. I suppose you might be able to get
at the "Data" with div tags and such.
What are you trying to do specifically?
tc
-----Original Message-----
From: Garland Frye [mailto:gfrye@s...]
Sent: Wednesday, January 16, 2002 11:33 AM
To: ASP+
Subject: [aspx] Repeater
How do you extract data from the cells of a Repeater...
Thanks In Advance,
Garland R. Frye
|
|
 |