判断Repeater最后一条记录


<%#(Container.ItemIndex + 1 - ((System.Data.DataTable)Repeater3.DataSource).Rows.Count) ==0 ? " none" : ""%>

相关