How could I get header text under dynamic grid based on link button clicked.
Actually all cells having hyperlink text based on monthly details and now to give drill down to next level , I need to know header text which contain month and year details.
Thsi grid was generated through pivot so I dont have control over header text.
Loading
rajPosted Oct 6, 2009, 5:12 AM
On cell click why can't use
DataGridView1.Columns[e.ColumnIndex].Name.
Raj