Tag: Development

Community

Silverlight File Manager

(defwebserver) This project demonstrates an implementation of the View Model Style pattern to create a simple Silverlight File Manager. This pattern allows a programmer to create an application that has absolutely no UI. The programmer only creates a ViewModel and a Model. A designer with no program

Community

How to Print ASP.NET GridView

(dhaval khunt) We all enjoyed the datalist and the datagrid controls in Asp.net 1.1. There were thousands of operations that we can perform using datagrid and datalist control. Asp.net 2.0 ships with another data bound templated control which is called Grid View. Grid View has made everything easier

Community

WPF Grid Row Iteration

(xzz0195) Do you need to iterate a WPF control’s row collection? This code shows you how to do that by “dropping” down to a more fundamental layer of WPF’s UIElement layer. On the way “down there” the VisualTreeHelper class is used to find the children to the rows.