In a datalist control, I would like to give the user an option to give simple feedback on the item listed (row).
1. Give a character on the item.
I use a imagebutton for the datalist item which then will use a AJAX ModalPopUp extender to show a panel which holds radiobuttons where the user may give feedback.
I am having some troubles finding the correct method to retrieve the values from the radiobuttons in my code-behind.
...
Go to the complete details ...