Sunday, 29 April 2012

Composite Data Bound control and types in asp.net


            Composite Data-bound controls are controls that can be bound to a data source control to make it easy to display and modify data in your Web application.There are total 8 data bound controls presents in asp.net 4.0 version, 

           Data Bound Control in Framework 2.0 Version
   
                                 1)    Repeater
                        2)    Data list
                        3)    Grid view
                        4)    Detail view
                                 5)  Form view

            Data Bound Control in Framework 3.5 Version.

          Here we added some more Composite Data Bound Control

                       1)    List view
                       2)    Data view


   Data Bound Control in Framework 4.0 Version.

                   1)    Chart control



   Note : - Text boxes and labels are also data bound controls, but it binds less amount of data.

No comments:

Post a Comment

QUICK REVISION of the Informatics Practices Examination

QUICK REVISION of the Informatics Practices Examination Data Types Every value belongs to a specific data type in Python. Data type iden...