Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use Radio Button list to select yes/ no in my project but unable to implement it as i did not find it on obout.com. below code i have tried:
<obout:column id="Y_N" datafield="Y_N" runat="server" width="75px"> <templatesettings edittemplateid="tplRB">
<obout:gridtemplate runat="server" id="tplRaB"> <template>


What I have tried:

I have tried to implemented radio button, however it could only control 1 id at a time and unable to update selected record into the table. Please guide me on the same.
it would be appreciate if anyone can help me:
Posted
Updated 17-May-20 10:32am
v4
Comments
Richard MacCutchan 17-May-20 7:44am    
You need to provide much more information about your problem. Specifically what language and framework you are using, the code that is failing, and the exact details of what happens. Use the Improve question link above to add the information.
Faisal_Khan_92 17-May-20 8:13am    
Hi Richard,

Greeting of the day!
I am using c# language and framework is . NET Framework 4.5.
Faisal_Khan_92 17-May-20 8:18am    
<templatesettings edittemplateid="tplRadioBtn"> <obout:gridtemplate runat="server" id="tplRadioBtn"> <template>
Richard MacCutchan 17-May-20 8:29am    
Please do what I suggested above.
Faisal_Khan_92 17-May-20 16:21pm    
<obout:gridtemplate runat="server" id="tplRB" controlid="RBY">
<template>


<obout:column id="YN" datafield="YN"
="" runat="server" width="75px">
<templatesettings edittemplateid="tplRB">

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900