发布网友 发布时间:2022-04-23 03:38
共4个回答
热心网友 时间:2022-04-14 09:14
设置一个自动增加的计数器:
int count=1;
count++;
这样循环获得count的值就OK了
热心网友 时间:2022-04-14 10:32
Container.ItemIndex就是行号索引值,自0开始,所以引用时一般如下:
<%#Container.ItemIndex+1 %>
热心网友 时间:2022-04-14 12:06
int i =1;
i++
这就行了,和你的SQL语句写在一起哦
热心网友 时间:2022-04-14 13:58
添加一个自动增长的列就可以拉!·