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 15 - 21, 2006

Filter by week: 1 2 3 4 5

Format datagrid
Posted by Peter Afonin at 3/21/2006 6:44:49 PM
Hello, I have a datagrid with 17 columns - too many for one page. Is there a way to format the datagrid so the columns are located in two rows instead of one, or something like this? I would appreciate your advice. Thank you, -- Peter Afonin ...more >>


replace a value with a graphic/icon in a datagrid population??
Posted by simon at 3/21/2006 12:26:06 AM
hello, i am displaying a dataset in a datagrid, for one of the values being displayed it either comes back as a 1 or a 0, which is currently bound to a column in the datagrid what i'd like to do is that if the value equals 1, replace that value with a small icon image. if it equals 0 then have ...more >>

How to get rid of horizontal and vertical lines in DataGrid
Posted by zhivago at 3/20/2006 7:39:47 AM
Does anyone know how to get rid of horzontal and vertical lines in DataGrid? Normally you would code ShowGridlLines ="None" in the asp web control, but that doesn't work for me. Thanks, Razza ...more >>

DropDownList in DataGrid ItemTemplate
Posted by Elroyskimms at 3/19/2006 10:33:27 PM
I've been searching for an example of this and I've seen several postings pointing to other web pages, but all of those web pages have since been removed... or they post pages and pages of sample code and my eyes can't take it any more... or you could just call me lazy; what ever works for you, ...more >>

Format Date in DataGrid
Posted by crjunk NO[at]SPAM earthlink.net at 3/17/2006 9:34:07 AM
In my table, I have a filed named Out_Date that has its DataType set to STRING. When data for this field is displayed in the DataGrid, I need it to be in the following format: MM/dd/yyyy I have tried using the following, but it did not work. <asp:BoundColumn DataField="Out_Date" HeaderText="OU...more >>

Custom paging in GridView
Posted by Dr.Gigabit at 3/17/2006 2:27:06 AM
Hello all, I try to implement custom paging for GridView and have the following problem. I use TextBox field to display the current page. <PagerTemplate> ..... <asp:TextBox ID="CurrentPageNumber" Width="15px" runat="server" /> of <%= GridView1.PageCount %> ...more >>

Update button
Posted by Deepa Kesavalu at 3/16/2006 6:50:13 PM
I have a template column in the datagrid. And then dynamically creating a checkbox in the itemcreated event of the datagrid in that template column only when the row is in the edit mode. The checkbox is created based on a certain conditon. Now, when the user clicks on 'Update' button , i wa...more >>

Access Rows of a datagrid
Posted by scott.loomis NO[at]SPAM gmail.com at 3/16/2006 1:01:01 PM
I am not sure if this is the best place to post this. I have an ASP.NET Datagrid control that I am using. I have been trying to figure out if it is possible to select a row client side on page load, i know about the datagrid selectedindex, but that does not provide me with the functionality I...more >>




DevelopmentNow Blog