Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahuldass/6b215d4a4c02339e4c8d to your computer and use it in GitHub Desktop.
Save rahuldass/6b215d4a4c02339e4c8d to your computer and use it in GitHub Desktop.
Make a CheckBox Checked inside GridView using Eval #asp.net #checkbox #gridview

Make a CheckBox Checked inside GridView using Eval


CheckBox checked inside GridView according to condition

<asp:CheckBox ID="CheckBox1" runat="server" Enabled="false" 
Checked='<%#Convert.ToBoolean(Eval("Active"))%>' />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment