Good evening,
i wish to be able to select a Grid View row and, when that happens, to trigger an event in the code behind so that i can handle it. I’ve tried using the event SelectedIndexChanged and SelectedIndexChanging and it never gets there. Is there any property that i need to set so that it does?
Good evening, i wish to be able to select a Grid View row and,
Share
You know you have to enable
autogenerateselectbutton = true. See more hereEvent handler