04-03-13, 05:32 PM
sajad كتب :[COLOR="#800000"]السلام عليكم
التعديل في كود الاضافة للجدول الثاني:
PHP كود :
' Add New Record
Conn.Open()
Dim Cmd2 As New SqlCommand("insert into Table2 (TypeCloth,NameCloth) values ( " & Val(TextBox5.Text) & " , '" & Trim(TextBox6.Text) & "')", Conn)
Cmd2.ExecuteNonQuery()
RefreshListView2()
بالتوفيق ان شاءالله[/COLOR]
نفس المشكلة :confused: :confused: وما هو الفرق ؟

