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 > august 2005 > threads for august 29 - 31, 2005

Filter by week: 1 2 3 4 5

Adding a select column...
Posted by Paul Mason at 8/31/2005 12:00:00 AM
Hi folks, I am aiming to create a "select" column that is unbound on datagrid whose other columns are all data bound. The idea is to let the user select items to be printed etc. The problem I have arises when I want to find out which rows are selected. The following code is a tester t...more >>


Detailsview empty dataset insert
Posted by Eric Zhao at 8/30/2005 12:00:00 AM
My details view is in insert mode and my dataset is empty but the details view doesnt show. who can help me, how to do? Also I tried to set the defaultmode to insert mode, but i found i can't cancel the inserting. thanks in advance. ...more >>

gridview sorting is not working
Posted by Abraham Luna at 8/29/2005 4:20:12 PM
can anyone tell me why this code is not working, i've been following the tutorials but i can't get it to work: <script language="c#" runat="server"> void Page_Load (Object Sender, EventArgs E) { if (!Page.IsPostBack) { BindData(0); } } void btnRefresh_Click(Object Sende...more >>

help with XML in Datagrid
Posted by Frank at 8/29/2005 11:09:00 AM
I have this XML document which I want to list in a datagrid. I know ..NET implicitly infers the data relation but I don't know how to manipulate it. Here is the document: <root> <Folders Language="Polish"> <Master Exists="True"></Master> <Document ...more >>

How to use DataGrid in ASP.NET
Posted by rushikeshkale at 8/29/2005 11:03:22 AM
High guys! I am beginner in ASP.NET, Please give me some sample code ,where u us DATAGRID to access Database . Thanks In Advance -- rushikeshkal ----------------------------------------------------------------------- rushikeshkale's Profile: http://www.highdots.com/forums/m52 View this t...more >>

Sort Datagrid
Posted by malin NO[at]SPAM o2.pl at 8/29/2005 5:27:14 AM
Hi I have one question, can i sort DataGrid with two parameters ? that's mind if i have three columns in dataggrid: First Name, Last Name, Office John, Smith, New York John, Johnson, Oklahoma Jeff, Jhonson, New York Mug, Gates, New York and when i click sort to Office i have sorted d...more >>



DevelopmentNow Blog