Articles

Sunday, November 02 2008
Display Live Data In Silverlight Using ObservableCollection and INotifyPropertyChanged
Articles shows how to use ObservableCollection in combination with an object implementing INotifyPropertyChanged interface to display live data in Silverlight Application. ObservableCollection is a generic dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed and INotifyPropertyChanged provides PropertyChanged notification to clients when any property value gets changed.

Sunday, February 19 2006
Displaying single table database hierarchy with DataSet and DataRelations.
Hierarchies are difficult to store SQL tables and even more difficult to query and display. This Example will show you how you can use DataRelation to convert single table hierarchy in to nested XML and then use XSLT to transform it to nested list.

Thursday, January 09 2003
Accessing a Control’s Value from DataGrid in ASP.NET
There are many real-world situations in which you might like to access values from a DataGrid that has different server controls in each column, i.e. if you want to create a grid where you can get edit multiple records on one click or do some other work on that data.

My name is Jigar Desai I share my ideas on this site and you can contact me by filling contact form.