 |
|
ช่วยทีครับมัน error Index was out of range. Must be non-negative and less than the size of the collection Parameter name:index |
|
 |
|
|
 |
 |
|

มันขึ้น error ตามรูปอ่ะครับ
เมื่อผมกดซื้อหรือจองตรงgridveiwอ่ะครับ
ช่วยหน่อยคับ ผมใกล้จะส่งแล้ว
Code (VB.NET)
Protected Sub GridView1_RowEditing(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewEditEventArgs) Handles GridView1.RowEditing
Dim a As String = CStr(GridView1.DataKeys.Item(e.NewEditIndex).Value)
If GridView1.RowHeaderColumn = "ซื้อ" Then
Dim now As Date = Date.Now.ToString("yyyy-MM-dd")
Dim d As String = now
Dim stsql As String = "insert into get_day(Users,p_id,status,send_day) values('" & Session("user") & "','" & a & "','ซื้อ','" & d & "')"
' Dim susql As String = "update get_day set Users='',p_id='',status='' where send_day='" & now & "'"
Dim obcmd As New SqlCommand(stsql, con)
con.Open()
obcmd.ExecuteNonQuery()
con.Close()
binddata()
Response.Redirect("OK.aspx")
Else
Dim now As Date = Date.Now.ToString("yyyy-MM-dd")
Dim d As String = now
Dim stsql As String = "insert into get_day(Users,p_id,status,send_day) values('" & Session("user") & "','" & a & "','จอง','" & d & "')"
' Dim susql As String = "update get_day set Users='',p_id='',status='' where send_day='" & now & "'"
Dim obcmd As New SqlCommand(stsql, con)
con.Open()
obcmd.ExecuteNonQuery()
con.Close()
binddata()
Response.Redirect("OK.aspx")
End If
End Sub
Tag : - - - -
|
|
 |
 |
 |
 |
Date :
2010-02-23 00:55:05 |
By :
Clamore |
View :
2328 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ไม่มีใครรู้เลยหรอคับ
แล้วจะทำไงดีเนี่ย
ติดหนาเดียวเอง ทั้งที่หน้ามันกดได้
|
 |
 |
 |
 |
Date :
2010-02-23 12:30:28 |
By :
Clamore |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ทำไมถึงคิดว่าคนอื่นเขาไม่รู้ล่ะครับ เขาขี้เกียจตอบก็ได้
มัน error จากการอ้างอิง index ของ gridview ที่เกินขอบเขตที่มันมี มันเป็น error
นี่แหละคือปัญหา งั้นลองตอบซิว่าจะแก้ยังไง จะตรวจสอบตรงไหนก่อน
|
 |
 |
 |
 |
Date :
2010-02-23 13:24:28 |
By :
tungman |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
อ่อน ..................
|
 |
 |
 |
 |
Date :
2010-06-04 17:06:28 |
By :
ดาจัง |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|