Results 1 to 5 of 5

Thread: Microsoft binding collection object

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    112

    Question 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!

  2. #2
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Orlando
    Posts
    392
    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...

  3. #3
    New Member
    Join Date
    Aug 2001
    Posts
    8
    Thanks for your answer!

    Could u thell me when should we use data bound class?

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    112
    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?

  5. #5
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    Orlando
    Posts
    392
    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
  •  



Click Here to Expand Forum to Full Width