hi,
Can any one please help me in knowing how i can use radio group control separately which is databinded.
Requirement is, column in database is of type boolean. This column is databinded to a radiogroup control. Radiogroup control has two items True and False. If database column has value true then 'RadioItem True' in Radiogroup must be enabled and if database column is false then 'RadioItem False' in Radiogroup must be enabled.
Any suggestion on this will be of great help.Thanks in advance.