|
-
Oct 17th, 2001, 08:39 AM
#1
Thread Starter
Lively Member
Microsoft binding collection object
Hi all,
Has anyone have experience on binding controls to a data source using Microsoft binding collection object?
If i want to bind a disconnected recordset to controls, which way should i use
1) Binding controls to disconnected recordset through Microsoft binding collection object or
2) Binding controls to disconnected recordset directly.
Which way is better?
Thanks!
-
Oct 17th, 2001, 07:54 PM
#2
Hyperactive Member
Look if it is a control, you should be able to bind it directly to the Recordset. The data binding collection is to be used with Data Bound Classes, or where multiple properties are to be bound with the source.
Abu Haider
____________________________
100% Data Validation for the MS DataGrid Control. Plus Support for Custom and Foreign Lists, DatePicker and much more...
The DataGridEnhancer
I often point to a place where the problem has been discussed, instead of giving you the code that solves it. This is for good, may be you will understand some day...
-
Oct 18th, 2001, 02:28 AM
#3
New Member
Thanks for your answer!
Could u thell me when should we use data bound class?
-
Oct 18th, 2001, 03:18 AM
#4
Thread Starter
Lively Member
Thanks Abu haider!
Can u tell me what is data bound class?
and what do u mean by multiple properties are to be bound with the source?
-
Oct 18th, 2001, 09:38 AM
#5
Hyperactive Member
Check these two links
Creating Data Aware Classes
And
Creating Data Consumer
Let us know if you need further explanation.
Abu Haider
____________________________
100% Data Validation for the MS DataGrid Control. Plus Support for Custom and Foreign Lists, DatePicker and much more...
The DataGridEnhancer
I often point to a place where the problem has been discussed, instead of giving you the code that solves it. This is for good, may be you will understand some day...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|