Posted By

samilce on 02/22/13


Tagged

aspnet repeater item Alternating


Versions (?)

different class for alternating item


 / Published in: C#
 

To use a different class for alternating item of asp.net repeater control

  1. <tr <%# Container.ItemType != ListItemType.AlternatingItem ? "class='even'" : "" %> >

Report this snippet  

You need to login to post a comment.