| BookStock v2- Samples to Show Simple OleDb.NET Connectivity |
| Master C# |
| The bookstock example I had previously created for .NET SDK beta1 consisted of 3 samples to show how to perform basic ADO.NET connectivity with a Ms Access 2000 Database and how to Add, View , Edit , Delete records from it. It also demonstrates how to DataBind Textboxes to a DataSet object. |
|
| Building Editing Capabilities into the SqlDataNavigator ASP.NET Control |
| MSDN |
| In last month's column I began an ambitious project: building a SQL Server™-specific DataNavigator control that supports two-way data binding. The control I'll present in this column, SqlDataNavigator, is just an extension of last month's DataNavigator. The SqlDataNavigator ASP.NET control described here is meant to be the Microsoft® .NET counterpart of the Data control—an old Visual Basic® control that caused its share of headaches. The control moves from one record to the next according to a given order and displays each data row using a dynamically generated template. Last month I focused on the DataNavigator control's architecture and tackled some programming issues related to connectivity and data display. This month, I'll add editing capabilities to the control, making SqlDataNavigator actually support the "writing" channel of .NET data binding. |
|
| 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, Dot Net Guruhew 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. |
|
| Databinding with Cross a Reference table(many to many) |
| The Code Project |
| This article shows how to databind a master and details datagrids when using a cross reference table |
|
| Discussion Forum Board |
| Master C# |
| This example updates the previous forum example that I had written for beta1. A lot has changed since then, even though from outside the forum has the same looks internally a lot has changed! Due to this I have taken the trouble to elaborate this example into easy to understand pieces. |
|
| Formatting DataGrid Columns |
| DotNetJunkies |
| In this article, Steve explains why to apply a custom formatting to the data in a DataGrid, it is probably best to use a TemplateColumn so that you have maximum control over how the data will appear in the grid. |
|
| Implementing Dynamic ItemTemplates |
| http://tripleasp.net/ |
| Template controls allow a developer to set up a complicated user interface in almost no time at all. ASP.Net has a couple of controls that use templates (the Datagrid is a prime example). While this works great, and often used templates can be saved as .ascx files to enhance reusability, there will likely be times where the layout of your control isn't known a head of time and you need to dynamically add a template based on different events. |
|
| INFO: Keywords to Search .NET Related Knowledge Base Articles |
| http://www.kbalertz.com/ |
| (303992) - The Microsoft Knowledge Base is categorized by keywords. The keywords help to refine the search criteria. This article lists the keywords that are used as metadata for .NET related Knowledge Base articles. The following .NET-related areas are included... |
|
| INFO: Roadmap for Web Forms Data Binding |
| http://www.kbalertz.com/ |
| (313481) - This article provides a roadmap to learn and master data binding using ASP.NET Web Forms. To assist you with learning a Microsoft product or technology, roadmap articles provide links to useful information, including online documentation, Microsoft... |
|
| Making A Simple Server Control |
| DotNetJunkies |
| In this tutorial we will be walking you through creating your own server control. Granted, this is a very simple example, but will give you an idea of what you have to do to create one. |
|
| Multi-Table XML Processing |
| ASP Alliance |
| I have already shown you how to do simple XML files (see RELATED ARTICLES) but what about more complex XML files? This article will show you how to process these files. |
|
| Munging a Data Binding Expression |
| FLWS.com.au |
| Here's a neat little trick that you can use when you need to customize the format of Data during a Data Binding operation. |
|
| Navigation through records with a TrackBar (Slider) |
| The Code Project |
| Navigation through records with a TrackBar |
|
| Two way data binding in ASP.NET |
| The Code Project |
| How two use the design time services to provide 2 way data binding in ASP.NET |
|
| Understanding Templates in ASP.NET |
| MSDN |
| Web server controls can be customized by setting properties or by using CSS styles. Some allow you to customize their look through ASP.NET templates. An ASP.NET template is a mix of HTML elements and ASP.NET controls that make up the layout for a particular area of the control. Templates are not the same as styles. Styles primarily refer to CSS stylesheets and affect graphical properties such as colors, font, border style, cell spacing, and so forth. With styles, the control's layout remains unchanged in its structure but can be modified in its appearance. In contrast, templates involve deeper changes that modify some portions of a control's user interface. |
|
| 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. |
|