12-03-13, 09:14 PM
[COLOR="#A52A2A"]السلام عليكم
[/COLOR]
PHP كود :
Conn.Open()
Dim Cmd As New SqlCommand("insert into Table1 (UserName,MobileNumber,Img) values ( '" & Trim(TextBox1.Text) & "' , " & Val(TextBox2.Text) & "," & PicByte)
Cmd.ExecuteNonQuery()
RefreshListView()
