什么是数据绑定?
绑定通常是指一件事物到另一件事物的映射 - 即数据源到表示对象.它通常可以引用从数据库或类似源(XML文件,Web服务等)到表示控件或元素的绑定数据 - 在桌面软件中的HTML,组合框或数据网格中的思考列表或表.
您通常必须将表示元素绑定到数据源,而不是相反.这将涉及某种映射 - 即您希望在输出中显示数据源中的哪些字段.
有关几种环境的更多信息,请参阅:
使用Windows窗体在.Net中进行数据绑定
http://www.codeproject.com/KB/database/databindingconcepts.aspx
http://www.akadia.com/services/dotnet_databinding.html
ASP.NET数据绑定
http://support.microsoft.com/kb/307860
http://www.15seconds.com/issue/040630.htm
http://www.w3schools.com/ASPNET/aspnet_databinding.asp
Java数据绑定
http://www.xml.com/pub/a/2003/09/03/binding.html
Python数据绑定
http://www.xml.com/pub/a/2005/07/27/py-xml.html
一般XML数据绑定
http://www.rpbourret.com/xml/XMLDataBinding.htm