Interview Questions

How can you provide an alternating color scheme in a Repeater control?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

How can you provide an alternating color scheme in a Repeater control?

AlternatingItemTemplate Like the ItemTemplate element, but rendered for every other row (alternating items) in the Repeater control. You can specify a different appearance for the AlternatingItemTemplate element by setting its style properties.

(Continued on next question...)

Other Interview Questions