最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
如何让DataGrid自动生成序号
时间:2022-06-30 10:45:31 编辑:袖梨 来源:一聚教程网
在DataGrid的第一列自动生成序号,如下图:
代码实现:
前台(WebForm1.aspx):
<%#GetCount()%>
后台(WebForm1.aspx.cs):
int count;
private void Page_Load(object sender, System.EventArgs e)
{
if(!IsPostBack)
{
SqlConnection cnn = new SqlConnection();
cnn.ConnectionString = "data source=localhost;initial catalog=Northwind;password=;"
+"persist security info=True;user id=sa;workstation id=APJ062;packet size=4096";
代码实现:
前台(WebForm1.aspx):
后台(WebForm1.aspx.cs):
int count;
private void Page_Load(object sender, System.EventArgs e)
{
if(!IsPostBack)
{
SqlConnection cnn = new SqlConnection();
cnn.ConnectionString = "data source=localhost;initial catalog=Northwind;password=;"
+"persist security info=True;user id=sa;workstation id=APJ062;packet size=4096";
相关文章
- 《潜行者2:切尔诺贝利之心》盗亦无道任务的房子进入方法介绍 11-25
- 《潜行者2:切尔诺贝利之心》高斯枪获得方法介绍 11-25
- 《潜行者2:切尔诺贝利之心》圣碑兵出现位置介绍 11-25
- 《真三国无双:起源》貂蝉介绍 11-25
- 《潜行者2:切尔诺贝利之心》刷高斯枪方法介绍 11-25
- 《潜行者2:切尔诺贝利之心》高斯枪使用攻略 11-25