| ColdStorage Advertising Service Development |
| MSDN |
| This article describes some of the issues faced and lessons learned in the development of the ColdStorage sample Advertising Service. |
|
| Data Binding |
| C#Today |
| ADO.NET, the database connectivity library included with the .NET Framework, provides powerful ways of working with data from all kinds of data sources. Underpinning most of the ADO.NET functionality is XML.In this exercise, Matthew Reynolds takes a look at working with XML and Data Binding. Specifically, he shows how we can create an application that lets us store a small database of Web sites in an XML file on disk. |
|
| Data Binding Between Controls in Windows Forms |
| MSDN |
| Data binding is a very powerful feature of most applications, and Windows® Forms and Web Forms applications are clearly no exception. Data binding is the process of retrieving data from a source and dynamically associating it with a property of a visual element. Depending on the context in which the element will be displayed, you can map the element to an HTML tag, a Microsoft® .NET Web control, or a Windows Forms control. |
|
| DataBinding in Windows Forms |
| GotDotNet |
| GotDotNet's introduction to data binding. Extract: "Data binding provides a simple, convenient, powerful, and transparent way for developers to create a read/write link between the controls on a form and the data in their application (their data model)." |
|
| How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the... |
|
| How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET |
| Microsoft Support |
| (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the... |
|
| How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the... |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| Microsoft Support |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|
| HOW TO: Bind a DataGrid Control to an Array of Objects or Structures by Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (315784) - This step-by-step article describes how to bind an array of objects to a DataGrid control. The example consists of a Windows form with a DataGrid control to display object property values, and four command buttons to browse the rows of the DataGrid... |
|
| HOW TO: Retrieve the DataGrid Row That Is Currently Selected After You Sort, Insert, or Delete DataGrid Rows by Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (817247) - This step-by-step article describes how to retrieve the DataGrid row that is currently selected after you sort, insert, or delete DataGrid rows. When you sort, insert, or delete DataGrid rows, the currency manager still holds the data in actual... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| http://www.kbalertz.com/ |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| Microsoft Support |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| Navigation through records with a TrackBar (Slider) |
| The Code Project |
| Navigation through records with a TrackBar |
|
| PRB: Unexpected Events Are Raised When You Switch Between Tab Pages with a ComboBox or a ListBox Control |
| http://www.kbalertz.com/ |
| (820633) - You add a ListBox control or a ComboBox control to the TabPage property of the TabControl control. When you switch between the tab pages of the TabControl , the BindingContextChanged event of the ComboBox or of the ListBox is raised. When you bind the... |
|
| Samples to Show Simple OleDb Managed Provider Interaction |
| Master C# |
| The Book Stock examples described in this article, are three Windows Forms applications that perform various operations like Inset / Update / Delete with Ms Access database using the OleDb Managed Provider. |
|
| UIPAB Part 2 : MVC, UIPAB Essentails and Demo |
| The Code Project |
| Part 2 of 3 part series. Examines MVC pattern, UIPAB essentials and architecture; refactoring demo using UIPAB |
|
| Walkthrough: Smart Client Data in Visual Basic 2005 |
| MSDN |
| This walkthrough demonstrates several new features in Visual Studio 2005 to assist in developing applications that access data. |
|