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
Ranked #55.0K
~7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
.net:vb.net x 3
2 Posted Topics
please who can help me ? i would be very grateful. i would love to convert contents on one column to headers
pls my code gives me this error "vb.net: the connection was not closed. the connections current state is open"............. this is the code below Private Sub Display() Try SqlCon.Open() Dim da As New SqlDataAdapter(("select GradeID, DiffAmount from pr_Sal_Struct_Hdr where GradeID ='" & Trim(DataGridView1.CurrentRow.Cells(0).Value) & "'"), SqlCon) Dim i As Integer …
The End.