Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use checkbox.DataBindings?
Message
From
31/01/2011 20:51:06
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How to use checkbox.DataBindings?
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01498078
Message ID:
01498078
Views:
92
HI, ALL
i already use checkbox.DataBindings, one record is ok .......but if i chick one record , after i see the next record,
the checkbox also chicked..... but the database is not update.......
How to clear the chick in next record..... if i chick first record , i want to only one record chick .....

My code
In form_load
chkboxSpoffer.DataBindings.Add("checked", QuodtlBindingSource, "spoffer", True, DataSourceUpdateMode.OnPropertyChanged)

In form_closing
chkboxSpoffer.DataBindings.Clear()
Next
Reply
Map
View

Click here to load this message in the networking platform