H
Hrvoje Vrbanc
Hi all!
I have a DataList with fixed number of columns and variable number of rows
(depending of the number of rows in the database).
Now, I'd like to put a RadioButton control in every DataList cell (beside
the data displayed from the database), but in such a way that all the
RadioButtons belong to the same group, i.e. that only one of all those
RadioButtons could be checked at the same time.
Also, there would be a Button below the datalist that, when clicked, must
find the checked RadioButton and pass the parameter (some ID) to the Code
Behind.
I did my best (what is not much) but didn't manage to solve the problem. I
can't use the DataGrid because graphical requirements demand repeated
columns.
Thank you in advance!
Hrvoje
I have a DataList with fixed number of columns and variable number of rows
(depending of the number of rows in the database).
Now, I'd like to put a RadioButton control in every DataList cell (beside
the data displayed from the database), but in such a way that all the
RadioButtons belong to the same group, i.e. that only one of all those
RadioButtons could be checked at the same time.
Also, there would be a Button below the datalist that, when clicked, must
find the checked RadioButton and pass the parameter (some ID) to the Code
Behind.
I did my best (what is not much) but didn't manage to solve the problem. I
can't use the DataGrid because graphical requirements demand repeated
columns.
Thank you in advance!
Hrvoje