Ask a Question related to ASP.NET General, Design and Development.
-
R-D-C #1
Access in code to repeater control's data
Hi,
I am putting a repeater control in an ASP.NET page to show a list of data.
All fine.
I now want to check the data in one of the data columns being accessed by
the repeater. Where it is set to a specific value I want to show an image
at the end of the row, something like a "NEW PRODUCT" indicator when the bit
field is set to 1.
How do I get at the data from within the repeater's template using c#?
R-D-C Guest
-
Creating LinkButtons in a Repeater ... in code.
Hi, I'm trying to create a variable number of LinkButtons using an ItemTemplate within a Repeater control. This is being done from code ... I... -
Repeater Data out of order?
I've got some calendar data coming across an HTTPService that looks like (I've removed some extra elements) ... <WEEK> <DAY PERIOD="1"... -
data repeater question
Hi, I have a quick question. I am displaying all the orders that are active. I am making use of a datarepeater with checkboxes to display data... -
Repeater: Can't Refer to Data In A Label
I have been banging my head against a wall trying to get a server-control to reference the text of a hidden <asp:label> so for testing I stripped... -
Need to build a repeater purely in code
Hi. I need help adding a repeater to my custom control in code. I have created a custom control that draws a html panel to the screen. I...



Reply With Quote

