Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why i use databindings the checkbox, but no checked = tr
Message
From
17/04/2011 21:46:06
 
 
To
16/04/2011 09:52:38
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01507563
Message ID:
01507682
Views:
40
ok, no problem in below is my code ~~~
But i except use code way , can 't .......
And after i use other method , i use vb.net drog and drag the field by checkbox format in data sources then no code to entry also can't ....
So , i very surprise, how can i do , thx ?
 Private Sub Quotation_Add_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
         ReleaseCheckBox.DataBindings.Add("checked", QuohdrBindingSource, "release", True, DataSourceUpdateMode.OnPropertyChanged)
End Sub

Private Sub Quotation_Add_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
        ReleaseCheckBox.DataBindings.Clear()
End Sub
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform