I would like to place a radiobuttonlist inside of a gridview cell. The
gridview is using a iList as it's datasource. In that gridview, in the
second column i have a itemtemplate that holds a radiobuttonlist. I need to
change the radiobuttonlist to not hold static listitem values and text
anymore.
The iList that the radiobuttonlist will be bound to is called
oSurveyAnswerKeys with the property of RadioButtonText being the text adn
ValueSavedToDb as the value.
All the radiobuttonslist through the column will be identical for each row.
The need to be data driven because depending on the data passed to the
gridview, the radiobuttonlist items will be different.
i've tried to bind the readiobuttonlist in code behind but the code behind
doesn't "know" the rbAnswer radiobutton that is in the gridview Item
Template.
Hope someone can help
Shannon