Hi all,
i am having a problem with my asp project C#
i have a GridView that is created dynamically and each cell contains a buttonfield with link button type
i just wanna return back the text of the buttonfield when i clicked it
The problem actually in indicating the selected cell that i clicked
i could get the value of selected row but not selected cell
Can anyone help me with that?