all groups > dotnet windows forms databinding > june 2005 >
You're in the

dotnet windows forms databinding

group:

what is databinding


what is databinding sxljterilsnxngl f via DotNetMonster.com
6/26/2005 12:02:05 PM
dotnet windows forms databinding:
hello:
what is databinding?


--
Message posted via DotNetMonster.com
Re: what is databinding Nassos
6/27/2005 11:32:36 AM
DataBinding is the ability of the FrameWork to change a value of, lets say,
a textBox and with no code from you that value is stored in the property of
the object you want.
ex
TextBox tx1 = new TextBox();
SomeClass cls = new SomeClass();
tx1.Text = "";
cls.Name = "Hi";
tx1.DataBinding.Add("Text",cls,"Name");
now :
tx1.Text change From "" to "Hi".
if you write in the text box "Hi there!!!" and leave the control then the
cls.Name will be "Hi there!!!"
Hope that gives you a clue
"sxljterilsnxngl f via DotNetMonster.com" <forum@DotNetMonster.com> wrote in
message news:506C11316A530@DotNetMonster.com...
[quoted text, click to view]

Re: what is databinding mohan_nalinaranjan NO[at]SPAM online.microsoft.com
6/29/2005 7:25:23 PM
for more information please read the contents of the link provided

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/databind/
data_binding.asp

--------------------
[quoted text, click to view]
AddThis Social Bookmark Button