5
Reply

ALLOW ONLY ONE CHECK BOX CHECKED IN GRIDVIEW

Mayur  Gujrathi

Mayur Gujrathi

May 13 2011 1:21 AM
8.9k
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)