AI OnAI Off
<%--newslistingheader--%>
<%--> --%>
%-->%--newslistingheader--%>
" />
APSX:
Code Behind:
protected int RowIndex = 0;
protected string GetRowCSS(int rowIndex)
{
return RowIndex % 2 == 0 ? "a" : "b";
}