1 Syntactic Sugar / Knowledgebase / Data Binding in .NET 2.0 - Simple Data Binding
Knowledgebase
Hledej:     Rozen hledn
Prohlej podle kategorii:
Glos | Contact Us

Data Binding in .NET 2.0 - Simple Data Binding

Pidat koment
Zobrazen: 3625
Hlas: 0
Koment: 11,127
Posted: 16 Mar, 2008
by: Admin A.
Updated: 16 Mar, 2008
by: Admin A.
Posted by Zdenek Ceska on 4/04/06 at 10:00 am
Categories: Programming, Technologies, Languages, C#, .NET
 

.NET supports Data Binding for easy displaying of information. It's much better than manual copying the data into the graphic controls. In addition this supports interactions between the data source and the GUI.

Auxiliary code

Definition of a value object as a book. The price is nullable, because doesn't need to be filled.

  1. public class Book
  2. {
  3. private string name;
  4. private decimal? price;
  5.  
  6. public Book(string name, decimal? price)
  7. {
  8. this.name = name;
  9. this.price = price;
  10. }
  11.  
  12. public string Name
  13. {
  14. get { return this.name; }
  15. }
  16.  
  17. public decimal? Price
  18. {
  19. get { return this.price; }
  20. }
  21. }

Creation of an array of the books for the data source. 

  1. Book[] books = new Book[]
  2. {
  3. new Book("Programming", 18m),
  4. new Book("How-to", 8.4m),
  5. new Book("HTML", null)
  6. };

Binds the data source to the list box

You must set the DataSource property to an object that is the data source of the list box. Generally, the data source can be an array, a collection (ArrayList, List<...> ), including DataSet and a class implemented by the IList, ITypedList or IListSource.

The DisplayMember property specifies the name of the property from the data source. The value of the source property is displayed in the list box.

Also exists the ValueMember property. This property specifies the name of the property with the ID or the primary key of the item. It's used for selection of the items. This example doesn't use the ValueMember property.

  1. this.bookList.DataSource = books;
  2. this.bookList.DisplayMember = "Name";

Binds the data source to the text boxes

This code binds the text boxes to the Name and the Price property of the data source.

  1. this.txtName.DataBindings.Add("Text", books, "Name");
  2. this.txtPrice.DataBindings.Add("Text", books, "Price");

The parameters correspond with these properties in the following order:

  • PropertyName - the name of the control property
  • DataSource - the data source to bind
  • DataMember - the name of the property from the data source

In addition the DataMember text can navigate in the hierarchy of the properties. For example "Customers.Address.City".

The current item of the data source

The CurrencyManager contains the current item. When you select an item in the list box, the position in the CurrencyManager is automatically changed. An index of the current item is saved in the Position property. The CurrencyManager is inherited from the BindingManagerBase. Also exists the PropertyManager and it's used to maintain the current property of an object.

The following code shows how to get the BindingManagerBase from the Form.

  1. ... = this.BindingContext[books];

Screenshots

Data Binding in .NET 2.0 - Simple Data Binding - Screenshot 1 Data Binding in .NET 2.0 - Simple Data Binding - Screenshot 2
Screenshot 1 Screenshot 2
Showing: 1-20 of 11127    »»
Komente

07 Jan, 2009   |   propecia
Perfect work!

[URL=http://www.twine.com/user/acomplia]acomplia online[/URL]
[URL=http://www.kaboodle.com/propeciapills]propecia[/URL]
[URL=ht tp://www.kaboodle.com/acompliapills]buy acomplia[/URL]
[URL=http://www.twine.com/user/penisenlargement]cheap penis enlargement pills[/URL]
[URL=http://www.twine.com/user/propecia5]propecia[/URL]


07 Jan, 2009   |   penis_enlargement
If you have to do it, you might as well do it right

[URL=http://www.youtube.com/user/GenericAcompliaO]acomplia[/URL]
[URL= vimax]http://www.youtube.com/user/VimaxPills555]vimax online[/URL]
[URL=http://www.youtube.com/user/VigrxPlusCheap]vigrx[/URL]
[URL= penis]http://www.youtube.com/user/PenisEnlargement5]penis enlargement[/URL]
[URL=http://www.youtube.com/user/GenericPropeciaO]propecia[/U RL]


07 Jan, 2009   |   katana
It is the coolest site,keep so!

[URL=http://www.livevideo.com/provesta]cheap provestra[/URL]
[URL=http://www.livevideo.com/semenax]semenax[/URL]
[URL=http: //www.livevideo.com/katana5]buy katana[/URL]
[URL=http://www.livevideo.com/Acomplia]acomplia[/URL]
[URL=http:/ /www.livevideo.com/Propecia5]buy propecia[/URL]


07 Jan, 2009   |   jtsfds176


07 Jan, 2009   |   vimax
Great work,webmaster,nice design!

[URL=http://profiles.wikidot.com/profile:vimax]vimax[/URL]
[URL=http ://www.disaboom.com/members/BergerO.aspx]propecia[/URL]
[URL=http://www.soundcl ick.com/members/default.cfm?member=vimax]vimax[/URL]
[URL=http://www.planetphot oshop.com/forum/member.php?u=7736]vimax[/URL]
[URL=http://www.mylot.com/propeci a5]propecia[/URL]
[URL=http://www.kaboodle.com/vimaxpills]vimax[/URL]
[URL=htt p://www.mylot.com/acomplia]acomplia[/URL]
[URL=http://www.livevideo.com/Acompli a]buy acomplia[/URL]
[URL=http://www.livevideo.com/Propecia5]propecia[/URL]


07 Jan, 2009   |   Techneaux


07 Jan, 2009   |   Bibiana
Hi all!!! Best Regards from an Ex Fire Marshal cake I used information from that site its great. ice cream bottom, jam pattern, jam second, turkey, Such is life.


07 Jan, 2009   |   vigrx
It is the coolest site,keep so!

[URL=http://www.youtube.com/user/GenericAcompliaO]cheap acomplia[/URL]
[URL=http://www.youtube.com/user/VimaxPills555]vimax[/URL]
cheap vigrx
[URL=http://www.youtube.com/user/PenisEnlargement5]penis enlargement[/URL]
[URL=http://www.youtube.com/user/GenericPropeciaO]propecia[/U RL]


07 Jan, 2009   |   Yrowrirg


07 Jan, 2009   |   jtsfds418


07 Jan, 2009   |   propecia
Incredible site!

[URL=http://en.justin.tv/vimaxpills/profile]vimax[/URL]
[URL=http://en .justin.tv/acomplia/profile]acomplia online[/URL]
[URL=http://en.justin.tv/ramzes5/profile]penis enlargement pills[/URL]
[URL=http://en.justin.tv/propecia/profile]propecia[/URL]
[URL=http ://en.justin.tv/vigrx/profile]vigrx online[/URL]


07 Jan, 2009   |   semenax
Great site. Keep doing.

[URL=http://www.livevideo.com/provesta]provestra[/URL]
[URL=http://ww w.livevideo.com/semenax]semenax[/URL]
[URL=http://www.livevideo.com/katana5]kat ana[/URL]
[URL=http://www.livevideo.com/Acomplia]acomplia[/URL]
[URL=http://ww w.livevideo.com/Propecia5]propecia[/URL]


07 Jan, 2009   |   Urban
Wery well! In the meantime, all the very best kitchen I like this site. jam lot, vodka gone, turkey stop, kitchen, Anyway, All the Best.


07 Jan, 2009   |   瑳巒腎距介廾略俐
瑳巒腎距介廾略俐何?哈糟?旗瑳巒腎距介 廾略俐咳送議壓?瑳巒腎距介廾略俐壇薩芙曝?臼奨瑳巒腎 距介廾略俐繁胎務?貧今瑳巒腎距介廾略俐繁胎務?鴻巒瑳巒腎 距介廾略俐繁瑳巒馳挺親匳垪 孃童利|孃童瑳巒馳挺親匳垪 譜柴弗?嶄忽遍社瑳巒馳挺親匳垪 廨匍瑳巒馳挺親匳垪 繁嘉利嫋?Adjobs.com.cn?嵐佩瑳巒馳挺親匳垪 繁嘉利瑳巒槻親 ,鴻叫福瑳巒槻親 蕉郊圭利嫋,嶄忽瑳巒槻親 利掴圭嫋,淫根嗤瑳巒槻親 仟療,,穫佚瑳巒槻親 ,廨社恵霧,芙曝吉瑳巒槻親 彿儷議寄侏糞?瑳巒槻來廨親匳垪 人薩瑳巒槻來廨親匳垪 恷單來勺曳誘慧?利大瑳巒槻來廨親匳垪 箪悶辺吩恷寄晒?瑳巒槻來廨親匳垪 塰唔斌旋非恷寄晒嶄忽瑳巒槻徨匳垪[/ur l]佩匍利.com, 嶄忽瑳巒槻徨匳垪佩匍利.net, 嶄忽瑳巒槻徨匳垪佩匍利.cn, 嶄忽瑳巒槻徨匳垪佩匍利.cc. 嶄忽瑳巒槻徨匳垪佩匍利叟宥[url=http://www.51tmzr.com]瑳巒斌炎 叟]巷望頁楳戯岑兆議瑳巒斌炎住叟巷望,楳戯瑳巒斌炎 叟,楳戯瑳巒斌炎住叟譜柴巷望,楳戯瑳巒斌炎住叟譜柴揃兎 巒斌暦哂囂凍儺譜柴?揃兎瑳巒斌暦哂 凍儺夕頭?貧今揃兎瑳巒斌暦哂囂凍儺巷望?揃兎瑳巒斌 哂囂凍儺譜柴?揃兎瑳巒斌暦哂囂凍儺崙恬.光嶽瑳巒某椛、瑳巒某椛垢醤、瑳巒某椛恢瞳、瑳巒 椛譜姥、瑳巒某椛議廨匍侏二匍


07 Jan, 2009   |   jtsfds394


07 Jan, 2009   |   penis_enlargement
I want to say - thank you for this!

[URL=http://www.youtube.com/user/GenericAcompliaO]acomplia[/URL]
[URL= vimax]http://www.youtube.com/user/VimaxPills555]vimax online[/URL]
[URL=http://www.youtube.com/user/VigrxPlusCheap]vigrx[/URL]
[URL= penis]http://www.youtube.com/user/PenisEnlargement5]penis enlargement[/URL]
[URL=http://www.youtube.com/user/GenericPropeciaO]propecia[/U RL]


07 Jan, 2009   |   Errsrfdk


07 Jan, 2009   |   Unique
This means that halogen lamps can be allowed to operate at a higher temperature than incandescent lamps which means they can give a greater brightness and are, therefore, more efficient, Isgo, 20888, Wrap Around Dust Ruffle, =(((, The Holocausr, aedbkd, Kieft Construction, waraf, Rescued Dachsunds, >:PP, Schertz Mini Storage Facilities, hjxpj, Us3 Cantaloop, :))), Mayfair Hotel Coconut Grove, %DD, Hotel Leveque, uxslh, Ellen Degeners, 546, Belcam, gdqieu, Water Quality Trading Orphan Sites, =-DDD, Balencia, 8-))), Teeny Bobbers, 065, Ggtp, >:DD, Antler Express Oregon, bhy,


07 Jan, 2009   |   vimax
Excellent site. It was pleasant to me.

[URL=http://profiles.wikidot.com/profile:vimax]vimax[/URL]
[URL=http://w ww.disaboom.com/members/BergerO.aspx]propecia[/URL]
[URL=http://www.soundclick. com/members/default.cfm?member=vimax]cheap vimax[/URL]
[URL=http://www.planetphotoshop.com/forum/member.php?u=7736]vimax[/ URL]
[URL=http://www.mylot.com/propecia5]propecia[/URL]
[URL=http://www.kabood le.com/vimaxpills]vimax[/URL]
[URL=http://www.mylot.com/acomplia]acomplia[/URL]
[URL=http://www.livevideo.com/Acomplia]cheap acomplia[/URL]
[URL=http://www.livevideo.com/Propecia5]propecia[/URL]


07 Jan, 2009   |   vimax
If you have to do it, you might as well do it right

[URL=http://en.justin.tv/vimaxpills/profile]vimax[/URL]
[URL=http://en .justin.tv/acomplia/profile]acomplia online[/URL]
[URL=http://en.justin.tv/ramzes5/profile]cheap penis enlargement pills[/URL]
[URL=http://en.justin.tv/propecia/profile]buy propecia[/URL]
[URL=http://en.justin.tv/vigrx/profile]buy vigrx[/URL]


Showing: 1-20 of 11127    »»


Pidat koment

Others in this Category
document Jak namespace mm pout pi vytven kdu v C#?
document How to use application config file
document Komponenty od DevExpress zdarma



RSS