| Ask the DotNetJunkies : Building a Master/Detail DataGrid Part II |
| DotNetJunkies |
| Building a Master/Detail DataGrid - Great Article! How would a template column be created and included in the DataGrid that appears in the Orders column. GfWeis - The Answer: Well, first off...thanks for the compliment. Now, let's cut to the chase. What you are asking, adding a TemplateColumn to an embedded DataGrid, can certainly be done. We are going to take a slightly different approach for this however. In this tutorial I will show you how to embed a DataGrid in a DataGrid, with a TemplateColumn in the |
|
| Data Binding Custom Classes |
| DotNetJunkies |
| "I have a class 'test' which contains two public string properties p1 and p2. Then I build an ArrayList with some newly created instances of class 'test'. Now I want to use this ArrayList for data binding. So I tried to write: databinder.eval(container.dataitem,"p1") But this does not work. An exception is always thrown, stating that class 'test' does not contain a property p1. Please could you explain, how databinder.eval works with custom classes, not against a DataSet and so on." |
|
| DATA More Load, Less Code with the Data Enhancements of ASP.NET 2.0 |
| MSDN |
| Data Enhancements of ASP.NET 2.0 |
|
| Editing a Data Grid Control |
| ASP Alliance |
| Modifying / Editing records in a table is as simple as that with the help of editable datagrid. In this article, we will see, what should we need to create an editable datagrid. |
|
| Embedding a DataGrid in a DataGrid |
| DotNetJunkies |
| Well, first off...thanks for the compliment. Now, let's cut to the chase. What you are asking, adding a TemplateColumn to an embedded DataGrid, can certainly be done. We are going to take a slightly different approach for this however. In this tutorial I will show you how to embed a DataGrid in a DataGrid, with a TemplateColumn in the embedded DataGrid. The design for the embedded DataGrid will actually be done in the Web Form, and we will call a method in our code behind class to populate the embedded DataGrid. |
|
| GridView: Move Over DataGrid, There's a New Grid in Town! |
| MSDN |
| Go beyond the DataGrid! |
|
| 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... |
|
| Working with ASP.NET DataGrid Templates |
| DotNetJunkies |
| ASP.NET provides three data controls for working with the output of a data store query, the DataGrid, DataList and Repeater. The DataGrid, in its most basic form, renders typical HTML table-grid output, the DataList renders on row and one cell per record, and the Repeater is the folding metal chair of data controls, which renders no specific output, and is fully customizable to render in the manner most appropriate for your application. |
|