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.
4 Posted Topics
Re: Dim thisDate1 As Date = Now Debug.Writeline(thisDate1.ToString("dd/mm/yyyy")) | |
Re: BindingSource binding = new BindingSource(); //req. by win forms DataTable dt = new DataTable(); dt.Load(sql_command.ExecuteReader()); dgv.DataSource = dt; | |
Re: Dim table As DataTable = dataSet1.Table(0) If dataGridView1.SelectedRows.Count > 0 Then Dim item As DataGridViewRow For Each item In dataGridView1.SelectedRows table.Rows.Find(CType(item.Cells(0).Value, Integer)).Delete() Next End If |
The End.