I have a C#.Net WinForm with two seperate grids. One grid is populated when the form loads. I want to populate the 2nd grid with different data based on which row from the first grid is selected.
How can I do something like the follow:
if (row selected is specific row in grid1)
{
populateGrid2()
}
Imported from legacy forums. Posted by bacis (had 840 views)