Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net datagrid control > july 2006 > threads for july 22 - 28, 2006

Filter by week: 1 2 3 4 5

GridView date format problem
Posted by Bob Phillips at 7/27/2006 12:56:19 PM
Hello All: I have a GridView in a user control that has its datasource assigned dynamically. It's working well, however, date values are displaying mm/dd/yyyy hh:mm:ss and I only want a short date format. I don't know which column will hold a date prior to runtime. Is there any way to set it...more >>


Static DataGrid - Dynamic Column Order - Sorting Issue
Posted by Dan at 7/26/2006 2:21:52 PM
I have a datagrid with 11 columns defined in the aspx page. When I load the page, I bind the grid normally and then pull the users customized settings from the database. I pull off all of the original columns from the datagrid and store in a collection. Next, I clear the columns from the datag...more >>

Sortable column on DataGrid -- column header not displaying
Posted by Teej at 7/26/2006 12:18:54 PM
Good afternoon, General goal: I am working on a Web application (C#) in which the first screen is simple enough: it displays a DataGrid based on data from a SQL Server database. One of the columns in the db is a DateTime column, which of course has the date and time displayed in each record....more >>

ItemDataBound fires for header only
Posted by bkasmai NO[at]SPAM gmail.com at 7/23/2006 1:04:07 AM
This is driving me crazy. I need to hide rows that a particular cell is zero. On debuggng I fiound out that ItemDataBound fires for header only and not for Item and AlternatingItem private void grdSelectionList_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { ...more >>

Help on DataSets
Posted by cagriandac NO[at]SPAM gmail.com at 7/22/2006 1:04:58 PM
Hello, I am creating an application using asp.net 2.0. But I am stuck somewhere. I want to get values from a DataSet one by one on every Page_Load. So I wrote my code in Page_Load but it didnt work, giving a warning. Here is my code: [code] Protected Sub Page_Load(ByVal sender As Objec...more >>



DevelopmentNow Blog