Title:Data binding for windows form using C#
Description:
Data Binding is the concept if providing address of memory location to a control for presenting data.This will reduce coding burden on developer and makes development faster.Below image can give the brief idea on it
Each window for will maintain binding context component.Binding context component will manage currency manager components,Currency manager will maintain record pointer to data-set table,it supports navigation and manipulations,It will place data into Bound Control.
Here the currency manager acts like mediator between bound control and memory block
There are two type of data binding con concepts,
1.Simple data binding
2.Complex data binding
Using Simple data binding,control can be bind to only single element.Complex data binding can be bind to more than single element
Description:
Data Binding is the concept if providing address of memory location to a control for presenting data.This will reduce coding burden on developer and makes development faster.Below image can give the brief idea on it
Each window for will maintain binding context component.Binding context component will manage currency manager components,Currency manager will maintain record pointer to data-set table,it supports navigation and manipulations,It will place data into Bound Control.
Here the currency manager acts like mediator between bound control and memory block
There are two type of data binding con concepts,
1.Simple data binding
2.Complex data binding
Using Simple data binding,control can be bind to only single element.Complex data binding can be bind to more than single element
No comments:
Post a Comment