|
-
November 2nd, 2012 08:48 AM
#1
how to load the data from datagridview into windows forms accordingly
i want that when i click on any record the date of that record will be loaded in forms above
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();
}
plz see image here
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Click Here to Expand Forum to Full Width
|
Bookmarks