自动生成序列号 [英] Auto generate Serial Number

查看:147
本文介绍了自动生成序列号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在C#.Net中自动生成列表视图中的序列号

解决方案

解决方案是添加

 <% #Container.DataItemIndex +  1 %> 

到ListView的ItemTemplate


How to Auto Generate Serial No in List View in C#.Net

解决方案

The solution is to add

<%# Container.DataItemIndex + 1 %>

to the ItemTemplate of the ListView


这篇关于自动生成序列号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆