I would like the Id correspond to the data in the dataitem so that I know on which radiobutton the user clicked: I write:
<asp:RadioButton ID="<%# DataBinder.Eval(Container.DataItem, "IdFlight") %> " runat="server" GroupName="Flights" />
But I get error of parser: the format of the tag is not correct. Any hint please?