5
Answers

ALLOW ONLY ONE CHECK BOX CHECKED IN GRIDVIEW

Mayur  Gujrathi

Mayur Gujrathi

9y
8.9k
1
Dear all i am taking checkbox in gridview as follows
But i want to allow only one checkbox to be checked at rime
means if one is checked then other will be uncehcked automatically

<asp:TemplateField> <itemtemplate> <asp:CheckBox ID="LinkAssignButton" runat="server" CommandName="Assign" Text="Take" Visible="true"> </itemtemplate>
Answers (5)