Invalid typecast with checkbox checked attibute using DataBinder.Eval
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I having trouble with assigning dynamically checkbox's Checked value using values from a datatable. Here's my code How can i automatically convert the field Enable which is from datatable so it will be assigned as Checked's value? That field's type is bool and values 0 or 1. Many Thanks! :)
-
Hi, I having trouble with assigning dynamically checkbox's Checked value using values from a datatable. Here's my code How can i automatically convert the field Enable which is from datatable so it will be assigned as Checked's value? That field's type is bool and values 0 or 1. Many Thanks! :)