Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Data Binding / June 2005

Tip: Looking for answers? Try searching our database.

what is databinding

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sxljterilsnxngl f - 26 Jun 2005 13:02 GMT
hello:
 what is databinding?
Nassos - 27 Jun 2005 09:25 GMT
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
> hello:
>  what is databinding?
Mohan Nalinaranjan [MSFT] - 29 Jun 2005 20:25 GMT
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

--------------------
>From: "Nassos" <nasos@orama-tech.gr>
>References: <506C11316A530@DotNetMonster.com>
[quoted text clipped - 11 lines]
>Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.windowsforms.databinding:2479
>X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms.databinding
>
[quoted text clipped - 14 lines]
>> hello:
>>  what is databinding?

http://www.dotnetmonster.com/Uwe/Forums.aspx/winform-data-binding/200506/1

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.