« CSS demonstrations deconcept »

RE: Formatting ASPnet Repeaters

October 9 2006

I’m not sure why but when I apply this method,

e.Item.Controls.RemoveAt(0)

to a Repeater ListItem containing the template during the ItemDataBound event:


[server object]
[server object]
[server object]

The method removes both the and the
and the element.
I thought it would only remove the
but
apparently I’m wrong. But I’m not sure why.

Tags:

Comments ()