Datagrid related query

S

sachin.aks

Dear Members,
I am using a datagrid in which i have five columns.
First one is of Roll_no which is bounded column and rest four are
template columns name Present, Absent, UnfairMean and Lost
respectively. I am using radio button in all four template columns.

I want that user can select only one radio button
for each roll no in each row.
what could be the possible code for this in asp.net
 
K

Kalpesh

Hi,

I suppose - using ItemCreated OR ItemDataBound event, you will have to
set the GroupName property of the radio buttons

Note: The GroupName property should be unique for all the rows

Does this give you some idea to implement it?

Kalpesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top