I have pdf file name as a value in DataTextField and am using an A Link as follows which works fine: <asp:HyperLinkField DataNavigateUrlFormatString="<a href= {0}>{0}</a>"
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 ...