In runtime I\'m creating a DataTable and using nested for-loops to populate the table. This table I later assign as DataSource to a gridview and on RowDataBound I assign the
The easiest way to do this is just add a column to your GridView (You can use a button rather than a hyperlink if you like):