|
|
|
รบกวนช่วยดูทีครับแบบว่าผมหาไม่ได้ว่ามันผิดตรงไหน Private Sub Button2_Click(ByVal sender As System.Obj |
|
|
|
|
|
|
|
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim myconn As New OleDbConnection _
("Provider=Microsoft.Jet.OLEDB.4.0 ;Data Source=" & Server.MapPath("project.mdb"))
myconn.Open()
Dim mycommand As New OleDbCommand _
("INSERT INTO usertable(" & _
"username,password,name,lastname,address,email,tel,sex,usersta)" & _
"VALUES ('" & _
txtuser.Text & "','" & _
txtpass.Text & "','" & _
txtname.Text & "','" & _
txtlname.Text & "','" & _
txtaddress.Text & "','" & _
txtmail.Text & "','" & _
txttel.Text & "','" & _
RadioButtonList1.SelectedItem.Value() & "','" & _
Label1.Text & "')", myconn)
mycommand.ExecuteNonQuery()
myconn.Close()
Me.Response.Redirect("Thanks.aspx")
End Sub
คือเป้นหน้า register อ่ะครับในฐานข้อมูลก็เรียงตามนี้เลย รบกวนที่ครับ
Tag : - - - -
|
|
|
|
|
|
Date :
20 ส.ค. 2551 21:31:52 |
By :
TITI |
View :
1096 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มี error ไหมคับ
|
|
|
|
|
Date :
21 ส.ค. 2551 09:23:37 |
By :
Ton |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|