Mayur  Gujrathi

Mayur Gujrathi

  • 377
  • 4.1k
  • 1m

ALLOW ONLY ONE CHECK BOX CHECKED IN GRIDVIEW

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