ฟ้องว่า Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index เพราะ อะไรหรอ ค่ะ มีวิธีแก้อย่างไรค่ะ
Tag : .NET, Ms SQL Server 2008, C#
ประวัติการแก้ไข 2013-01-07 12:05:53
Date :
2013-01-07 12:01:39
By :
mushroomsn
View :
1463
Reply :
2
No. 1
Guest
- if (Idta == Idta2 && Idqu2 == Idqu2) ???
- วนลูป i แล้วเอา i ไปใช้ตรงไหน
- for (i = 0; i <= GridView1.Rows.Count - 1; i++) แก้เป็น for (i = 0; i < GridView1.Rows.Count; i++)
- for (n = 0; n <= GridView2.Rows.Count - 1; n++) แก้เป็น for (n = 0; n < GridView2.Rows.Count; n++)