Always remain updated about current software development trends

Articles having tag: CHECKBOX

Getting started with Web 2.0 using Wakanda

You aren't familiar with Web 2.0 development ? Wakanda is free, Open Source, and easy to learn, so after reading this article you'll be able to develop a Web 2.0 app whitout coding HTML5 ,CSS3, or SQL. ;)

WPF’s DataGridCheckBoxColumn ElementStyle uses a wrong default value

Today I found out a strange behavior in the DataGridCheckBoxColumn: it was not using the default template I set in the resources for the CheckBoxes and uses the default WPF's one instead. This happens always when you set the AutoGeneratedColumns option...

How to Validate A CheckBox in ASP.Net 3.5 / Checkbox Validation Control Sample Code in ASP.Net, C# (C Sharp) And Visual Basic

This article will give you an idea to validate a checkbox in ASP.Net 3.5 ! It is so easy to implement and so handy to use !

How to Add a Checkbox to a List View Column Header

An example of how to add a checkbox the a list view column header. We also implement select/unselect all when a user toggles the checkbox.

NotifyParentObservableCollection (Part 2) monitors changes of its children properties

ObservableCollection attaches to the PropertyChanged events of its children using WeakEvent pattern, and raises the ChildPropertyChanged event accordingly. Replicates functionality of BindingList but without overhead. Very useful when you need to update / select...

  • Page 1 of 1
  •