Stories recently tagged with 'DataBinding'

PriorityBinding – Binding the async way (www.prathameshkulkarni.com)

submitted by kulkarpkulkarp(20) 1 year, 1 month ago

I keep discovering new features in wpf/silverlight data binding. The newest addition to my knowledge base is PriorityBinding. With PriorityBinding you can associate binding target property to a group of bindings. The binding with the highest priority is evaluated and become active binding. read more...

add a comment |category: |Views: 31

tags: another

notifypropertyweaver – {get;set;notify} in Silverlight (www.prathameshkulkarni.com)

submitted by kulkarpkulkarp(20) 1 year, 1 month ago

So, what does notifypropertyweaver do? If your class implements INotifyPropertyChanged then you just need to have auto-implemented properties and notifypropertyweaver automagically ensures that on change of value of a property, PropertyChanged event is fired. read more...

add a comment |category: |Views: 43

tags: another

WPF DataGrid - DataBinding to SQL Server Database(www.viblend.com)

submitted by viblendviblend(160) 1 year, 1 month ago

This post demonstrates how to bind the VIBlend WPF DataGrid to SQL Server DataBase read more...

add a comment |category: |Views: 107

tags: another

Easily enable databindings on a ToolStripButton(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years ago

I was developping an application lately and I needed to bind the "Enabled" property of a ToolStripButton to my Presenter. I failed to find any "DataSource" or "DataBindings" property. I then decided to make my own button without reinventing the wheel to enable this capability. read more...

add a comment |category: |Views: 69

tags: another

Data Binding an Enum with Descriptions(xml.indelv.com)

submitted by j.montyj.monty(1868) 3 years, 10 months ago

Finally a SIMPLE, straight-forward, well thought out way to do DataBinding with an Enum. read more...

add a comment |category: |Views: 32

tags: another

Lightbox and Subtext Galleries Integration (stevenharman.net)

submitted by siphilpsiphilp(867) 4 years, 7 months ago

integrate Lightbox JS into Subtext's photo galleries read more...

add a comment |category: |Views: 35

tags: another

The ten deceptions of the DatTimePicker(visualhint.com)

submitted by PierreEPierreE(65) 4 years, 9 months ago

Details all the shortcomings of the MS DateTimePicker control. Seems it will provide a solution... read more...

add a comment |category: |Views: 17

tags: another

Getting the most out of .NET data binding(jonkruger.com)

submitted by krugs525krugs525(130) 4 years, 9 months ago

Data binding is a great way to work with data and UI controls, but there’s a lot more to it than just setting the DataSource property of a grid. The .NET framework provides interfaces and components that will let the framework do most of the work for you — as long as you set it up right. read more...

add a comment |category: |Views: 2

tags: another

Beware DataContext and Equals Overrides(kentb.blogspot.com)

submitted by kentcbkentcb(140) 4 years, 11 months ago

Something to look out for when binding to objects that override Equals() in WPF. read more...

2 comments |category: |Views: 10

tags: another

ASP.NET 2.0 DataBinding Examined(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years ago

Checking out how ASP.NET 2.0 databinding features work under the hood. read more...

add a comment |category: |Views: 10

tags: another

DataView for objects(teamjohnston.net)

submitted by mountaineermountaineer(190) 5 years, 4 months ago

Author presents a DataView-style construct for collections of arbitrary objects. This class allows an application to bind separate UI controls to different views of a single underlying object collection, possibly providing separate filtering and sorting for each control. read more...

add a comment |category: |Views: 64

tags: another

XML Data Binding using Data Templates(xamlog.com)

submitted by wpfruleswpfrules(760) 5 years, 5 months ago

This tutorial describes how to bind XML data using a data template in XAML. For ease of demonstration, the XML is defined as a resource in the XAML document. read more...

add a comment |category: |Views: 20

tags: another

Strongly Typed Table Adapters: autogenerating CRUD statements(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 6 months ago

A tip about forcing Visual Studio DataSet designer to generate crud statements even when joining tables. read more...

add a comment |category: |Views: 45

tags: another

Using Bind with nested properties(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 6 months ago

Description of method that allows two way databinding to a nested property. read more...

add a comment |category: |Views: 113

tags: another

Using Bind with nested properties(mikeoff.blogspot.com)

submitted by mikeonmikeon(5200) 5 years, 6 months ago

Description of method that allows two way databinding to a nested property. read more...

add a comment |category: |Views: 113

tags: another

The Dark Side Of Declaritive DataBinding(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 7 months ago

The first article in a series that will discuss the pitfalls of the traditional declaritive databinding approaches that are touted at many demos/presentations etc. Over the course of the series, techniques and practices will be introduced to allow for more confidence and robustness in your databinding scenarios. read more...

add a comment |category: |Views: 5

tags: another