}
if (e.Row.RowIndex != -1)
{
int id = e.Row.RowIndex + 1;
e.Row.Cells[0].Text = id.ToString();
}
C#精髓 GridView72大绝技 学习gridview的朋友必看(7)
内容版权声明:除非注明,否则皆为本站原创文章。
}
if (e.Row.RowIndex != -1)
{
int id = e.Row.RowIndex + 1;
e.Row.Cells[0].Text = id.ToString();
}
内容版权声明:除非注明,否则皆为本站原创文章。