Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

DataBinding in windows Forms in asp.net using C#.net

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


This post first appeared on Aspdotnet-Sharepoint, please read the originial post: here

Share the post

DataBinding in windows Forms in asp.net using C#.net

×

Subscribe to Aspdotnet-sharepoint

Get updates delivered right to your inbox!

Thank you for your subscription

×