Using Silverlight4
I have Checkbox In silverlight Form When i Checked the CheckBox and click button The bool Value of 'True' will be stored in database
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Mar 1, 2011, 1:10 PM
Try with the attached project. As i said you can store the value.
anitha rPosted Feb 27, 2011, 11:36 PM
Jaganathan BantheswaranPosted Feb 25, 2011, 7:55 AM
In your previous post, we have replied about database connection using WCF.
So you can use the same.
For bool value try this,
checkBox1.IsSelected.ToString(). store this value to database.
To apply this value back to xaml you need to use Converter option in Binding.