Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~289 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sampaw20

i have a problem while updating specific records in datagridview.. i want to update specific records on my datagridview.. but only the first records are updating.. LVLStat name of column Sections name of table [code] Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Try ds.Tables(0).Rows(0).Item("LVLStat") = …

Member Avatar for zinnqu
0
110
Member Avatar for sampaw20

[code] Imports System.Data Public Class Section Dim con As New OleDb.OleDbConnection Dim ds As New DataSet Dim da As New OleDb.OleDbDataAdapter Dim dv As New DataView Dim inc As Integer Dim maxrows As Integer Dim cmd As OleDb.OleDbCommand Dim constr As String Private Sub Section_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for ShahanDev
0
179