News in the Category: DataGrid Subscribe to the rss of this category.

Total posts: 196

Ajax Data Controls from DotNetSlackers

Joe On .NET, May 12, 2008

This looked interesting so I thought I would share it. Please let me know what you think..... From the CodePlex Description. The Ajax Data Controls is a DotNetSlackers project. Developed on...

An introduction to using a DataGrid control in Silverlight 2.0

The Code Project Latest Articles, April 24, 2008

An introduction to using the DataGrid control in Silverlight 2.0....

Great fluent interface sample: the fluent repeater

Fabrice's weblog, April 24, 2008

I'm not that much a fan of fluent interfaces, but in some cases they are well fit.A great example is the fluent repeater created by Adrian Aisemberg. It's also a good example if you don't know what a ...

The RIGHT way to use checkboxes in a .NET Repeater!

The Code Project Latest Articles, April 8, 2008

How to have generate checkboxes corresponding to items in a repeater, and how to retrieve their state on PostBack...

Data Grid Row Value

The Code Project Latest Articles, March 30, 2008

Get DataGrid Row Value without PostBack or AJAX...

Silverlight 2 DataGrid walk-through posted

Brad Abrams, March 21, 2008

Scott Morrison (the PM for the Silverlight DataGrid) recently posted a very good walk through of using the DataGrid (complete with C# and VB samples)..  I recommending staying tuned to his blog i...

Tip of the Day - Binding to a Collection

Jesse Liberty - Silverlight Geek, March 16, 2008

The Tip of the Day doesn't usually carry on a related series of postings, but data binding is so important that I'm making an exception this weekend. Yesterday we looked at laying out a form u...

Tip of the Day Returns from Disney - Master Detail in Silverlight 2

Jesse Liberty - Silverlight Geek, March 15, 2008

Okay, its true, I was having so much fun at Disney World (and if you've not been on Soarin, then find a conference in Orlando, and sneak out to Soar, yowza!) that Tip of the Day kinda' sorta&#...

Blend 2.5 march preview: Where is the Silverlight DataGrid ??

Laurent Duveau, March 13, 2008

[Post written as of Silverlight 2 beta 1 and Expression Blend 2.5 march preview] Strange that the DataGrid is not in Expression Blend 2.5 march preview toolbox, but only in VS2008 !? If you add a ...

Dynamic GridView and DataList in ASP.NET 2.0

ASPAlliance.com - The #1 ASP.NET Community, January 29, 2008

Sometimes we may be required to build GridView and DataList dynamically with different styles and with child controls in our project. This article will help you accomplish this task in ASP.NET 2.0 wit...

Binding EF data to the (free) Xceed WPF Data Grid

Julia Lerman Blog - Dont Be Iffy..., January 28, 2008

I thought I would give the Xceed WPF DataGrid (it's free!) a whirl with Entity Framework databinding. So far I have only explored the basics - no anonymous types or sprocsand I am only working with a...

Frezzing Column In Datagrid

The Code Project Latest Articles, January 28, 2008

Frezzing Column (No-scrollable) In Datagrid...

Community Credit Service Library 1.0

Keyvan Nayyeri, January 24, 2008

I wrote that it's a very short while that I have appeared on Community Credit to add my community contributions to the great database of this site. Dave was also kind enough to introduce me as the fe...

Extending the GridView to Include Sort Arrows

4GuysFromRolla.com Headlines, January 23, 2008

Before ASP.NET version 2.0 was released, I wrote a book and dozens of articles on the DataGrid control, which was the most functional data Web control in the ASP.NET 1.x toolbox. While the DataGrid...

Lightbulb: How To Access the Item's Index in a DataList or Repeater

Jason N. Gaylords Blog, January 4, 2008

Like every other day, I'm blowing through some really complex code trying to create hacks to get around difficult issues. Then, a road block. I have a mind freeze and oops, I forgot what the issue is....

Weird DataGrid Paging Error with Last Page Selection

Rick Strahls WebLog, January 2, 2008

This is one posts of an oddball problem I've run into where I feel like I 'shoulda known' but just didn't for - way too long <g>. I have a form in my West Wind Web Store with a DataGrid on it. Y...

Ajax DataGrid Sample

The Code Project Latest Articles, December 7, 2007

An article on how to implement DataGrid...

SumColumn: Custom DataGrid Column that automatically shows Sum/Count/Average in DataGrid Footer.

EggHeadCafe.com New Articles, December 7, 2007

A normal requirement in any ASP.Net application is to sum/average up the values in a DataGrid column to the Footer. In this article we will compare the normal methods and later create our own custom D...

Creating a Templated User Control

The Code Project Latest Articles, December 2, 2007

This article explains how to create your own repeater, with templates....

FIX: Error message when you try to press ESC to cancel adding a new row to a DataGridView control in the .<span class="hl">NET</span> <span class="hl">Framework</span> <span class="hl">2.0</span>: "An unhandled exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll"

kbAlertz.com :: .NET Framework 2.0, November 28, 2007

943804 ... FIX: Error message when you try to press ESC to cancel adding a new row to a DataGridView control in the .NET Framework 2.0: "An unhandled exception of type 'System.InvalidOperationExcepti...

Export DataGrid/GridView to Excel

Al Pascual, November 26, 2007

Got to my attention the code on this old post is all screw up, please find the right version below. /// <summary> /// Summary description for ExportToExcel. /// </summary> p...

Loading Sample Data to datagrid/gridview when the database/db is not ready

The Code Project Latest Articles, November 25, 2007

Loading Sample Data to datagrid/gridview when the database/db is not ready...

Display Multiple Table Field In A Single Data Grid

The Code Project Latest Articles, November 2, 2007

Display Multiple Table Field In A Single Data Grid...

Taming DataList With a Custom Adapter

AspNetResources.com articles, news and updates, November 1, 2007

Suppose you want to extend a DataList and have it put out a div for each row. The RepeatLayout property can be either Flow (“Items are displayed without a table structure”) or Table (̶...

RenderControl doesn't work for GridView

The Code Project Latest Articles, November 1, 2007

RenderConrol Method of DataGrid doesn't seem to work for GridView.Using RenderControlMethod of DataGrid to render HTML content throws a HTTPException...

DataGrid & Paging using Ajax

The Code Project Latest Articles, October 26, 2007

acheiving the DataGrid functionality with paging using User control and Ajax...

Printing a GridView with Paging

The Code Project Latest Articles, October 18, 2007

This is a WebControl that provides an easy way to prepare an ASP.NET GridView to be paged and printed in the browser....

GenericWebDataGrid

The Code Project Latest Articles, October 9, 2007

GenericWebDataGrid is a web based editable grid control creator. You can add an editableTextColumn or editableDropDownColumn. It is easy and Ajax enabled GenericDataGrid....

Runtime Grid with Multiple DataSource

The Code Project Latest Articles, September 10, 2007

This article describes how to create the DataGrid while runtime according to the tables available in the Dataset....

Gridview in ASP.NET 2.0

The Code Project Latest Articles, August 30, 2007

No description...

How To: Live Search 101

Thom Robbins .NET Weblog, August 29, 2007

I have recently started playing with some of the Live Services available at http://dev.live.com. There are some pretty interesting Web Services they have been putting together. I started playing...

Nesting Data bound (Repeater) Controls in ASP.Net

The Code Project Latest Articles, August 27, 2007

This article is about Nesting Data bound controls like repeater, Grid etc....

Creating a scrollable and grouped Repeater Layout

Rick Strahls WebLog, August 23, 2007

I'm busy working on a project with a client and today as I uploaded a new test front end page a couple of people asked me how I implemented this list display: The exact question was: What contr...

Creating a scrollable and grouped Repeater Layout

Rick Strahls WebLog, August 23, 2007

I'm busy working on a project with a client and today as I uploaded a new test front end page a couple of people asked me how I implemented this list display: The exact question was: What contr...

Create a Custom DataGridView Column

DevX: .NET Feed, August 13, 2007

Creating custom column types for the DataGridView control isn't nearly as tricky as it once was....

ASP.NET DataList and DataRepeater Controls

EggHeadCafe.com New Articles, August 9, 2007

This is the third article in a three part series of articles pertaining to the understanding and application of ASP.NET 2.0 data controls. This article will address common functionality that may be re...

ASP.NET DataList and DataRepeater Controls

EggHeadCafe.com New Articles, August 9, 2007

This is the third article in a three part series of articles pertaining to the understanding and application of ASP.NET 2.0 data controls. This article will address common functionality that may be re...

Implementing Paging in a DataList Control

ASP.NET Announcements, August 6, 2007

This article will explain a method for providing custom paging for datalist. http://www.programmingknowledge.com/dataListpaging.aspx      ...

Add a YouTube Search Page to your ASP.NET Site

EggHeadCafe.com New Articles, August 4, 2007

Shows how to easily create a YouTube Search page using the YouTube RESTful API and a simple DataList control.  read moreBy Peter Bromberg ...

Add a YouTube Search Page to your ASP.NET Site

EggHeadCafe.com New Articles, August 4, 2007

Shows how to easily create a YouTube Search page using the YouTube RESTful API and a simple DataList control.  read moreBy Peter Bromberg...

Add a YouTube Search Page to your ASP.NET Site

EggHeadCafe.com New Articles, August 4, 2007

Shows how to easily create a YouTube Search page using the YouTube RESTful API and a simple DataList control.  read moreBy Peter Bromberg...

ListView and DataPager in ASP.NET 3.5

Rick Strahls WebLog, August 2, 2007

I spent a couple of hours today looking over the ListView and DataPager controls in ASP.NET 3.5. Both controls sound interesting and both provide welcome new features to the ASP.NET control arsenal. A...

Simply add sort icons to datagrid header

The Code Project Latest Articles, July 31, 2007

Simply add sort (ASC+DESC) icons to datagrid header...

Export Datagrid/Datatable to excel

The Code Project Latest Articles, July 30, 2007

Article presents a library class that exports a given datagrid or datatable to excel...

DataGridView: how to bind nested objects

ASP.NET Announcements, July 28, 2007

I've posted an article describing how to bind nested objects in a custom collection to a DataGridView. The article is available here: http://www.developer-corner.com/Resources/KnowledgeBase/tabid/...

ASP.NET: Modifying display of DataBound Items based on values of data

Peter Brombergs UnBlog, July 3, 2007

""Now you can spend like a drunken liberal on a government grant with our new flat-rate shipping."" -- conservative online T-Shirt company A common question you see on forums and newsgroups is ""...

ASP.NET: Modifying display of DataBound Items based on values of data

Peter Brombergs UnBlog, July 3, 2007

A common question you see on forums and newsgroups is ""how to I do xyz with a databound repeater field based on the value of the data?"" (e.g. show an image, change the display text, etc.). There...

Free Online ASP.NET in C# Tutorial

Federal Developer Weblog, June 30, 2007

Our friends at MSDN have been so good as to release a multi-chapter online tutorial on how to build ASP.NET solutions in C#.  So, although I would not call this a "Beginners" tutorial, in that ...

FIX: Error message when you try to press ESC to cancel adding a new row to a DataGridView control in the .NET Framework 2.0: "An unhandled exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll"

kbAlertz.com :: .NET Framework 2.0, June 19, 2007

936199 ... FIX: Error message when you try to press ESC to cancel adding a new row to a DataGridView control in the .NET Framework 2.0: "An unhandled exception of type 'System.InvalidOperationExcepti...

Consultant Personalities - ASP.NET Style

Sahil Malik - blah.winsmarts.com, June 9, 2007

I enjoy delivering projects to end clients. I work with numerous consultants, each with different personalities, and many of them are shockingly similar to ASP.NET controls....

Product Spotlight