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 > march 2006 > threads for march 22 - 28, 2006

Filter by week: 1 2 3 4 5

Datagrid within a datagrid?
Posted by et at 3/26/2006 9:51:17 AM
Does anyone know how to do a datagrid within a datagrid? I would think you could put one in a template column, just like you would a label or textbox, but I get an entirely blank grid. Thank you for your help. ...more >>


Adding Dynamic Controls to a DataGrid for use with the built in DataGrid Edit/Update functionality
Posted by davidjgonzalez NO[at]SPAM gmail.com at 3/24/2006 2:11:25 PM
(VS 2003, .NET 1.1) I am trying to add dynamic controls to the cells of an Edit Row in a DataGrid and am having a terrible time. I cannot for the life of me get the values from the dynamic controls after the page posts back on the DataGrid UpdateRow event. When I create a dynamic control (the...more >>

GridView and paging
Posted by David at 3/24/2006 11:50:21 AM
How can I recognize when only clicking a page number on the footer of a GridView? I have an ASP.Net 2.0 page that is used to search for records. The search textbox is at the top and I enter text to search for. I have VB code at the beginning of the aspx page that sets the SELECT statement base...more >>

Problem with editing datagrid <EditItemTemplate>
Posted by tjonsek NO[at]SPAM phenom-biz.com at 3/24/2006 6:51:49 AM
I am working on code that will allow users to update data within the datagrid. I have come across a few problems, some of them I have been able to work out, but this last one is giving me trouble. When a user clicks the edit button, I get an error 'Specified Cast Not Valid'. The code that gen...more >>

Format Time in DataGrid
Posted by crjunk NO[at]SPAM earthlink.net at 3/22/2006 11:54:11 AM
I'm working with a table that has a field that stores time values as a string. The time values are in military time (such as 13:30). How can I have 13:30 displayed as 01:30 PM in my datagrid? Can I use DataFormatString to achieve this? Thanks, CR Junk ...more >>

Displaying &L in a datagrid
Posted by md at 3/22/2006 9:55:54 AM
Hi all - I have a VS.Net 2003 web app that is used at my employer to gain accesss to a password database. When the password page is loaded a server is selected in a listbox and the passwords for that server are displayed in a datagrid. Recently someone entered a password of D&Lxxxxx. When...more >>

Programmatically databinding textboxes to a datagrid
Posted by Scott McNair at 3/22/2006 9:54:21 AM
Hi, I've got a dataset that I'm generating through a webservice. I would like to instantiate one of the tables in the set as a grid. Some of the columns in that grid should be editable via a textbox control, and I'd also like to have a checkbox to mark rows for delete, and some button con...more >>

Nested Datagrids Events Question
Posted by seal at 3/22/2006 8:47:30 AM
I was struggling with a nested control event not firing and I found the culprit to be the following line in my code behind, e.Item.Cells[2].Controls.Add(MyNewDatagrid); Is there a way to add a datagrid this way, and still get the events? Thanks ...more >>




DevelopmentNow Blog