Filling data at a particular location in a Data Table in C#

后端 未结 3 2061
故里飘歌
故里飘歌 2021-01-15 22:30

I am working with C# and Asp.Net. Is it possible to fill a particular location of a Data table.

I have a Data Table dt, and is contains this this k

3条回答
  •  情歌与酒
    2021-01-15 23:33

    Yes you must specify index roww and column, suggest you this link http://msdn.microsoft.com/en-us/library/z16c79x4(v=vs.110).aspx

提交回复
热议问题