Code To Fill DataGrid using asp.net    You can try Code To Fill DataGrid using asp.net common class. After creation these methods you need to call these method to your form editors by creating class object.     Fill DataGrid    Private Sub fillgrid()    dim dta2 as New dataTable    Dim str1 As String = "select * from receipt_detail "    Dim datatb As New DataTable    datatb = obj.OpenDataTable(str1, "receipt_detail")    dta2.DataSource = datatb    dta2.DataBind()    End Sub    'Other Related Function    Public Function OpenCn() As Boolean    Try    If cn Is Nothing Then    cn = New SqlConnection    End If    If Not (cn.State = ConnectionState.Open) Then    cn.ConnectionString = constr    cn.Open()    End If    Finally    End Try    Return True    End Function    Public Function Closecn() As Boolean    Try    If Not (cn Is Nothing) Then    cn.Close()    End If    Finally    cn.Dispose()    End Try    Return True    End Function    Public Function OpenDataTable(B...
ERP Project Management,Asp.net,PL SQL Tips for error resolution,Research,Software Errors and solution,SQL 2014,2012,2008,Procedural language,SP,Power BI,excel macro ,Musical notations,Business software,Degree, diploma related informations.