SQL server 2008 Save,Edit,Delete and Search from Datagridview Vb.net 2008
Imports System.Data
Imports System.Data.SqlClient
Public Class frmRID
Dim sCommand As SqlCommand
Dim sAdapter As SqlDataAdapter
Dim sBuilder As SqlCommandBuilder
Dim sDs As DataSet
Dim sTable As DataTable
Private Sub cnew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cnew.Click
Call main()
Con.Open()