Shodow 3 Junior Poster
Recommended Answers
Jump to PostDataGridView1.Rows.RemoveAt(DataGridView1.CurrentRow.Index)
Jump to PostHi,
I am not familiar with DataGrid with vb, and i use ListView a lot of times.
maybe you can adopt this code and can give you an idea how to delete selected record.
sql "DELETE * FROM tblpwd where modusername = '" & lstUsers.SelectedItem.Text & "' …
All 5 Replies
Pgmer 50 Master Poster Featured Poster
Shodow 3 Junior Poster
Pgmer 50 Master Poster Featured Poster
great_mind 0 Newbie Poster
neket 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.