| |
GeekInterview.com > Interview Questions > Microsoft > DotNet
| Print | |
Question: How can you provide an alternating color scheme in a Repeater control?
|
| March 03, 2005 15:10:56 |
#1 |
| Binda Joshi |
Member Since: Visitor Total Comments: N/A |
RE: How can you provide an alternating color scheme in a Repeater control? |
| AlternatingItemTemplate Like the ItemTemplate element, but rendered for every otherrow (alternating items) in the Repeater control. You can specify a different appearancefor the AlternatingItemTemplate element by setting its style properties. |
| |
Back To Question | |