Groups | Blog | Home


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 > september 2005 > threads for september 22 - 28, 2005

Filter by week: 1 2 3 4 5

Request: What property will be unique with every post?
Posted by Nathan Sokalski at 9/26/2005 11:28:48 PM
I am looking for a property of the System.Web.HttpRequest class that will always be different. Is there a property that uniquely identifies each Request (at least within the specific Session)? Thanks. -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/ ...more >>


Disable checkbox when field value = null
Posted by SRuby at 9/26/2005 9:22:04 PM
Hi, I try to disable /hide datagrid checkbox when the value of the field is null, I have try to put some code in ItemDataBound to invisible the checkbox when databind() fired Here's the codein ItemDataBound event If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListIte...more >>

Going to a specific page?
Posted by gerry at 9/26/2005 7:44:44 AM
My client would like a alphabetic lookup bar to allow navigation to a specific page of a datagrid - the page which has the first occurance of the "key" field that starts with the clicked on letter. For example, if the user clicks on "E-H" the datagrid will present the page which contains the fir...more >>

Dynamically create datagrid columns
Posted by Terry Holland at 9/26/2005 12:00:00 AM
I am trying to write a user control that is essentially a DataGrid with some custom functionality. My grid is to be bound to a custom collection. I have created an interface called IListData. Part of this interface is a collection of DataGridColumn objects. I have code in my control to add a ...more >>

Checkbox Validation in DataGrid
Posted by arif.mosharraf NO[at]SPAM gmail.com at 9/24/2005 8:31:30 PM
Hi! I have a datagrid containing one checkbox in each row. I have to do a client side validation that atleast one checkbox is checked. I have tried to attach a javacript on the save button but javascript couldn't access the ID of the checkbox! If I throw an alert it says "undefined". It is no...more >>

Datagrid Header on All Printed Pages
Posted by Jay at 9/24/2005 12:00:00 AM
In an asp.net app I need to print a lengthy datagrid. How can this be done and still have the datagrid header appear on all printed pages? I am not using VStudio or Reportin Services.... just an asp.net app written in notepad. Thanks a lot. ...more >>

Datagrid In a webcontrol
Posted by CalSun at 9/22/2005 9:22:30 AM
I have a datagrid with Edit/Delete columns in a webcontrol. I load this control dynamically based on users' selection from a table dropdownlist. The control loads fine and the data is there. However, when I click on Edit to change the current column, the column doesn't change to Update/Cancel....more >>

Error when databinding
Posted by Nathan Sokalski at 9/22/2005 2:20:58 AM
When I run my application, which uses databinding in a DataList, I = recieve the following error: Server Error in '/' Application.=20 -------------------------------------------------------------------------= ------- Public member 'title' on type 'DataRowView' not found.=20 Description: An...more >>



Detect change to data in an ubound datagrid
Posted by Mark at 9/22/2005 12:00:00 AM
Hi Sorry if this is a bit obvious but I'm new to the datagrid ... :@) I have an unbound grid which contains a hidden column holding the primary key of the row. I would like to detect when the user has finished updating a record in order that I can update the source data. Can someone poi...more >>


DevelopmentNow Blog