News in the Category:
DataGrid
Total posts: 202
Brad Abrams, June 26, 2008
Yet still more time on traveling, I thought I'd do a little demo of a data oriented scenario with Silverlight. Here is what we are after: The data for the app is loaded from a Linq model and sen...
The Code Project Latest Articles, June 25, 2008
This article discusses binding a gridview/repeater control from a dataset using a stored procedure...
The ASPx Blog, June 19, 2008
Our new free Silverlight datagrid has just been released and is available for download immediately! Here's the official announcement: This is an honest to goodness, no strings attached, fr...
Al Pascual, June 14, 2008
Found this code in my old hard disk, I remember I received a few emails about how to improve a control, this could be helpful to somebody:
/// <summary> /// Summary descri...
The Code Project Latest Articles, May 28, 2008
This article describes how to create a SlideShow user control with the help of the DataList Control....
Misfit Geek, 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...
Misfit Geek, 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...
The Code Project Latest Articles, April 24, 2008
An introduction to using the DataGrid control in Silverlight 2.0....
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 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...
The Code Project Latest Articles, March 30, 2008
Get DataGrid Row Value without PostBack or AJAX...
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...
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...
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...
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 ...
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...
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...
The Code Project Latest Articles, January 28, 2008
Frezzing Column (No-scrollable) In Datagrid...
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...
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...
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....
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...
The Code Project Latest Articles, December 7, 2007
An article on how to implement DataGrid...
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...
The Code Project Latest Articles, December 2, 2007
This article explains how to create your own repeater, with templates....
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...
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...
The Code Project Latest Articles, November 25, 2007
Loading Sample Data to datagrid/gridview when the database/db is not ready...
The Code Project Latest Articles, November 2, 2007
Display Multiple Table Field In A Single Data Grid...
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 (̶...
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...
The Code Project Latest Articles, October 26, 2007
acheiving the DataGrid functionality with paging using User control and Ajax...
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....
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....
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....
The Code Project Latest Articles, August 30, 2007
No description...
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...
The Code Project Latest Articles, August 27, 2007
This article is about Nesting Data bound controls like repeater, Grid etc....
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...
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...
DevX: .NET Feed, August 13, 2007
Creating custom column types for the DataGridView control isn't nearly as tricky as it once was....
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...
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 Announcements, August 6, 2007
This article will explain a method for providing custom paging for datalist.
http://www.programmingknowledge.com/dataListpaging.aspx
...
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 ...
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...
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...
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...
The Code Project Latest Articles, July 31, 2007
Simply add sort (ASC+DESC) icons to datagrid header...
The Code Project Latest Articles, July 30, 2007
Article presents a library class that exports a given datagrid or datatable to excel...