Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
325 Points
80 Posts
Jun 02, 2012 03:33 PM|LINK
To set the checked property to true or false for the checkbox, you need to use the RowDataBound event and get a reference to the checkbox and set it's checked state to true or false base on the datafiled
samuraikensh...
Member
325 Points
80 Posts
Re: how to checked a checkbox at a time of receive value from the database
Jun 02, 2012 03:33 PM|LINK
To set the checked property to true or false for the checkbox, you need to use the RowDataBound event and get a reference to the checkbox and set it's checked state to true or false base on the datafiled