help me please
i am using CellMouseClick event but in the form it show System.Windows.Forms.DataGridViewSelectedRowCollection instead of showing data
i am using this function
private void Customers_view_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e)
{
ContactLastName.Text = Customers_view.SelectedRows.ToString();
}

New Topic/Question
Reply



MultiQuote



|