This article explains and compares early and late binding for Visual C# Automation clients and provides code samples that demonstrate both types of binding....
The ListView control provided by Microsoft does not allow design-time data binding. This article gives a basic overview to get you started in implementing this functionality. It will also show you how to hide the base class’s properties and to sort the currency manager when the list view is sorted....
Notepad is a simple windows application that apply editing text files (.txt). This simple application learn us how to create new file and write some text to it, Open an existing file and editing it....
Creating Template Columns in runtime and data binding. Here is a code where you can create a DataGrid at runtime with Template Columns with all types of templates (ItemTemplate, EditItemTemplate, HeaderTemplate, FooterTemplate) and also bind the templates with data....
DLINQ is an API to access databases in .NET 3.0. This article shows how you can connect to a database, get data from a database table, and display it in a DataGridView control. Create a Windows Forms application in Visual Studio 2005 and drag a DataGridView control on it, name it authorDataGridView and follow these steps....