/ Published in: VB.NET
altRow is a css class defining the styles for the alternating row.
Expand |
Embed | Plain Text
<div class="<%# if(Container.ItemIndex Mod 2 = 0,"","altRow") %>">
You need to login to post a comment.
altRow is a css class defining the styles for the alternating row.
<div class="<%# if(Container.ItemIndex Mod 2 = 0,"","altRow") %>">
You need to login to post a comment.