| Article 2 - Dynamic creation of database |
| The Code Project |
| Display data using Dataset and Data Grid control after the database is created |
|
| Ask the DotNetJunkies : Building a Master/Detail DataGrid |
| DotNetJunkies |
| Question: I have a question regarding DataGrid. Can I bind a column of a DataGrid to another DataGrid? I have a situation where I have to display a few details in the same DataGrid on click of a HyperLink column. Thanks in advance.Regards, Prathibha Sharangapani. The Answer: Prathibha, this can certainly be done. You are describing a master/detail DataGrid. |
|
| 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 |
|
| Building a Master/Detail DataGrid |
| DotNetJunkies |
| "I have a question regarding DataGrid. Can I bind a column of a DataGrid to another DataGrid? I have a situation where I have to display a few details in the same DataGrid on click of a HyperLink column." This can certainly be done. You are describing a master/detail DataGrid. For example, a DataGrid of customers with a column in each row that has an embdedded DataGrid of all the orders placed by that customer. |
|
| Building a Redirector to Binary Files |
| DotNetJunkies |
| In this How-To Doug Seven shows you how to build a Web Form to handle redirects to binary files, such as MP3's or images, when the path information is stored in an Access database. |
|
| Creating a Details Popup Window Grid in a DataGrid |
| DotNetJunkies |
| In this article, Donny walks through an example illustrating how to make a HyperLinkColumn in a DataGrid spawn events that would pop up a new window with details of the row that the user clicked on. |
|
| Creating a Details Popup Window Grid in a DataGrid |
| DotNetJunkies |
| This articles topic came from the suggestion of a true DotNetJunkie. He originally sent an email to us asking for an example illustrating how to make a HyperLinkColumn in a DataGrid spawn events that would pop up a new window with details of the row that the user clicked on. Before we could anwser his email he had already emailed us back explaining that he had found a way to do it and suggested a tutorial of his discovery. So, here it is! |
|
| 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. |
|
| 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. |
|
| Handling Events in Programatically Created DataGrids |
| DotNetJunkies |
| This HowTo shows you the code to build DataGrids programmatically and handle the DataGrid.ItemCommand event. The code download is available in both C# and Visual Basic .NET. |
|
| Making an ASP.NET Web Site Accessible |
| MSDN |
| Extend ASP.NET classes to make them generate ASP.NET code that is fully accessible to people with disabilities. |
|
| Utilizing The AdRotator Control: Part II |
| Naked Variables |
| In Part I of this series we saw how we could easily utilize the AdRotator Control to handle the rotation of our web site ad rendering. This part of the AdRotator Control series will show how by adding an HTML UI to your ad files will ease the management of your site advertisements. |
|
| Working with DataGrid Templates |
| DotNetJunkies |
| In this tutorial Doug Seven shows you how to customize a DataGrid using BoundColumns, HyperlinkColumns, EditCommandColumns. ButtonColumns and TemplateColumns. Source code is available in Visual Basic .NET. |
|