Why change-tracking has to be part of an entity object
Frans Boumas blog, April 3, 2007
Recently, Andres Aguiar started a discussion between him and Udi Dahan about change tracking in the upcoming Entity Framework (EDM) from Microsoft. Basicly, Andres described why it was unfortunate th...
Send an e-mail with the content of a GridView
Fredrik Norméns Blog, April 3, 2007
I have seen several questions lately on the ASP.Net Forum about how to expert and send an e-mail with the content of a GridView in ASP.Net 2.0. So I decided to post a short post about how you can make...
Edit Individual GridView Cells (ASP.NET 2.0)
The Code Project Latest Articles, March 25, 2007
Edit individual GridView cells without putting the entire row into edit mode....
Mark a GridView row, and move it with the up and down key
Fredrik Norméns Blog, March 20, 2007
I have notice that some people would like to add a way of using the key (up & down) buttons to move and mark a row in a GridView control, so I decided to write a post how you can easy add that kin...
Implementation of paging and sorting for the GridView control that works with the array of the objects.
The Code Project Latest Articles, March 17, 2007
The article on implementation of paging and sorting for the GridView control that works with the array of the objects....
Inserting through the GridView's Footer Row - Easy Unless There are No Records Bound to the Grid!
Scott on Writing, March 16, 2007
As I mentioned in an earlier blog post this month, three new data tutorials were added to my Working with Data in ASP.NET 2.0 tutorial series. One of these new tutorials looked at how to use the GridV...
Cascading DropDownLists in GridView -- Part 2
mikes web log, March 14, 2007
Sorry for the interruption. I'll finish describing the details of having cascading DropDownList controls in edit mode of a GridView control. (Part 1 here.) I'll follow up in another post with some add...
Cascading Dropdowns -- GridView
mikes web log, March 13, 2007
I've been messing with cascading drop-down lists in the FormView control. In a comment, someone asked if the same thing can be done in a GridView control in edit mode. Yes. The overall approach is pre...
GridView CheckBox Selection with a Twist
ASP.NET Daily Articles, March 13, 2007
In one of my articles I discussed how to select checkboxes inside the GridView control. You can view the article here. This is an extension to that article in which, I will discuss some additional fe...
Easily add confirm before delete in gridview
The Code Project Latest Articles, March 12, 2007
Easily add confirmation code before deleting row in gridview, from code behind...
Hide GridView columns in normal mode, and show more columns in edit mode
Fredrik Norméns Blog, March 8, 2007
Back to some old GridView tips & trix ;) Today I saw a question about how to make sure only the columns for the ItemTemplate specified should be displayed in a normal mode and in edit mode ...
Tutorial 16: An Overview of Inserting, Updating, and Deleting Data (C#)
MSDN: Visual C#, March 5, 2007
This tutorial explains how to map the Insert(), Update(), and Delete() methods of the ObjectDataSource to methods of classes in the BLL, as well as how to configure the GridView, DetailsView, and Form...
GridThemes
The Code Project Latest Articles, March 4, 2007
Combining a BuildProvider and IExtenderProvider to create a declarative framework for conditional formatting in ASP.NET GridViews....
Nested GridView Grouping and Displaying SubTotals and GrandTotals
ASP.NET Daily Articles, February 28, 2007
I was working on a project where I needed to display some reports based on the employee's daily work. The report should consist of an employee check in time, check out time, no of hours worked for eac...
Formatting TABLE items in a GridView or DataList through declarative syntax
The Code Project Latest Articles, February 25, 2007
The article explores a solution to maintain formatting when using HTML TABLE rows inside ItemTemplate tag for a GridView or a DataList....
Gridview with a single ModalPopupExtender/Panel for row editing
The Code Project Latest Articles, February 22, 2007
Gridview with a single ModalPopupExtender/Panel for row editing...
Access GridView BoundFields with "field name"
Jotekes Blog, February 19, 2007
This one was asked at Forums. I quickly created a small helper class which can be extended at will, in case one wants to access also the other field types. However, I wrote class GridViewBoundFie...
Simple tips: Set Focus to TextBox in GridView (edit mode)
Jotekes Blog, February 17, 2007
Replied on Forums:If you use TemplateField like
101 Ways to Manipulate the DataGridView Control
DevX: .NET Feed, February 14, 2007
The DataGridView control, new in Windows Forms 2.0, is so versatile and powerful that beginners can easily be overwhelmed by the options. Here's an at-your-fingertips reference to some of the most com...
Show GridView if datasource is empty
The Code Project Latest Articles, February 9, 2007
A simple method to show a GridView even if the datasource asigned is empty...
3-tier Architecture with ASP.NET 2.0: Tutorial 7: Master/Detail Filtering With a DropDownList (Visual Basic)
MSDN: Visual Basic, February 8, 2007
Examines how to build a simple master/detail report showing a selected category's products. This is accomplished by using a DropDownList for the list of categories and a GridView for the products belo...
3-tier Architecture with ASP.NET 2.0: Tutorial 10: Master/Detail Using a Selectable Master GridView with a Details DetailView
MSDN: Visual Basic, February 8, 2007
The final tutorial on master/detail reports. We'll look at how to display a list of products in a GridView where each row has a Select button. Clicking the Select button will display that product's de...
3-tier Architecture with ASP.NET 2.0: Tutorial 7: Master/Detail Filtering With a DropDownList (Visual Basic)
MSDN: Visual Basic, February 8, 2007
Examines how to build a simple master/detail report showing a selected category's products. This is accomplished by using a DropDownList for the list of categories and a GridView for the products belo...
3-tier Architecture with ASP.NET 2.0: Tutorial 10: Master/Detail Using a Selectable Master GridView with a Details DetailView
MSDN: Visual Basic, February 8, 2007
The final tutorial on master/detail reports. We'll look at how to display a list of products in a GridView where each row has a Select button. Clicking the Select button will display that product's de...
How to display image in GridView using ASP.net and C#
The Code Project Latest Articles, February 7, 2007
image in GridView using ASP.net and C# SQL...
Making GridView Auto Generate Columns For Nullable Types
Vault of Thoughts, January 31, 2007
In my last article on IsBindableType, I have desribed, why AutoGenerateColumns does not work for Nullable types. Now I present a solution for this problem. In order for yo...
Free DataGrid for Windows Presentation Foundation
Keyvan Nayyeri, January 31, 2007
Yesterday DotNetKicks helped me to find one of best custom controls that are written for Windows Presentation Foundation to now. Xceed has produced a free GridView control for WPF. Previo...
Dynamically Templated GridView with Edit,Delete and Insert Options
ASP.NET Announcements, January 26, 2007
In this article the I have presented a comprehensive solution to build a GridView with template fields generated at run time with in-place Insert, Delete and Edit operations with a full desc...
Problem with BoundField of GridView
Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, January 9, 2007
Asking for a confirmation before deleting a record from GridView is a common requirement. In ASP.NET 1.x developers did this by handling ItemDataBound event and Attributes collection. However, GridVie...
Dynamically Adding Template columns to a GridView
The Code Project Latest Articles, January 9, 2007
How to Add Template column dynamically to a GridView....
Build a Multi-Provider Async Methods Search Page
EggHeadCafe.com New Articles, December 28, 2006
Extending the concepts presented in a previous article, Peter shows how to use Asynchronous Page Tasks to combine the results from seven different RSS Search providers simultaneously, and display the ...
GridView-DetailsView (Master/Detail) Control
The Code Project Latest Articles, December 15, 2006
Full-featured GridView-DetailsView with View/Insert/Update features...
GridView-FormView (Master/Detail) Control
The Code Project Latest Articles, December 15, 2006
Full-featured GridView-FormView with View/Insert/Update features...
Full-featured Editable GridView Control
The Code Project Latest Articles, December 14, 2006
Full-featured GridView with Edit/Insert/Update features and more!...
Full-featured Editable GridView Control
The Code Project Latest Articles, December 14, 2006
Full-featured GridView with Edit/Insert/Update features and more!...
Cross Page Postbacks on a GridView
The Code Project Latest Articles, December 13, 2006
This article shows how to do cross page postbacks in a ASP.NET grid view....
ASP.NET GridView DataFormatString HtmlEncode
EggHeadCafe.com New Articles, December 8, 2006
Having trouble with the DataFormatString property not working properly with a GridView? This tip I found might be the solution you need. By Kevin Davis...
Creating GridView Columns Dynamically (Part 2)
ASP.NET Daily Articles, November 28, 2006
In this article I am going to illustrate how template fields can be added dynamically to a GridView control. You will learn two techniques of doing so....
Creating GridView Columns Dynamically (Part 1)
ASP.NET Daily Articles, November 24, 2006
Beginning with this article I am starting a series that will show you how to create data bound controls such as GridView and DetailsView programmatically. To begin with Part 1 shows how to add bound f...
Clickable and Double Clickable Rows with GridView and DataList Controls (ASP.NET 2.0)
The Code Project Latest Articles, November 12, 2006
Handle single and double clicks with both the GridView and DataList Controls. Also, use ClientScript.RegisterForEventValidation to register the events and avoid disabling event validation....
Export Gridview to Excel, render cells add WordArt, fill custom template
The Code Project Latest Articles, November 9, 2006
Export Gridview to Excel, render cells add WordArt, fill custom template...
How to bind RSS feeds to a GridView
The Code Project Latest Articles, November 8, 2006
How to bind RSS feeds to a GridView....
How to bind RSS feeds to a GridView
The Code Project Latest Articles, November 8, 2006
How to bind RSS feeds to a GridView...
Friendly GridView Deletion Messages
ASP.NET Daily Articles, October 30, 2006
This article shows you how to display friendly deletion messages to your users when they are removing records from a GridView control. The main focus of the article is around the databinding of client...
GridView and BoundField DataFormat Strings with Dates
Rick Strahls WebLog, October 29, 2006
More in the line of stupid pet tricks: I keep running into this particular issue from time to time and promptly forget the solution, so Im blogging it again for my own sanity. If you use GridVi...
Build a Nested GridView Control with ASP.NET
ASP.NET Daily Articles, October 29, 2006
Take the tedium out of building complex GUIs in ASP.NET by creating nested GridView controls....
Creating GridView Columns Dynamically (Part 1)
DotNetJunkies Just Published, October 27, 2006
Beginning with this article I am starting a series that will show you how to create data bound controls such as GridView and DetailsView programmatically. To begin with Part 1 shows how to add bound f...
Managing Nested GridView Controls
ASP.NET Daily Articles, October 20, 2006
There's an easy way to manage the complex ASP.NET presentations that involve nested grids and controls. Learn a reliable approach that leverages the observer pattern....
GridView with insert line
The Code Project Latest Articles, October 18, 2006
GridView with insert line...
Watch GridView Videos at GridViewGuy Videos
ASP.NET Announcements, October 18, 2006
GridViewGuy Videos consist of several learning videos which targets the .NET framework. Most of the videos are accompanied with code. New videos are added several times a week. The life time registrat...