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 2004 > threads for september 8 - 14, 2004

Filter by week: 1 2 3 4 5

Strangely hard
Posted by Support at 9/13/2004 4:44:29 PM
Hello: In asp.net, I want to select a row on a databound datagrid. I know the row's index so I only want to higlight that particular row. something like datagrid1.selectedrow=12 or something like that Thanks Terry ...more >>


ViewState Does not Persist with Named DataGrid Item
Posted by Trevor Benedict R at 9/13/2004 4:21:30 AM
Hi, I have a DataGrid that is databound. In the Item Created event, one of my developers has set the ID Property to a name. On the client side, there is code to refer to the TR tag so as to format and print the data in the datagrid. While the ID is set in the ItemCreated event, the postback eve...more >>

Live Meter Data on the Web - Advice please
Posted by BCM at 9/12/2004 10:56:51 AM
I've been asked to display some meter data on the web and I need preliminary advice. We have several hundred meters on site, with a system that writes out xml files at 10 second intervals containing their data. (These files are overwritten every 10 seconds, not appended to.) First, I nee...more >>

Help with Hyperlink Column!
Posted by Jack Black at 9/10/2004 12:16:06 PM
Hi, all! I'm trying to build a hyperlink column who textField is one column in the query, but whose URL needs to dyunamically contain the data from another. For example, I want to display a book title (column = "Title"), but the URL needs to be: myPage.aspx?book=ISBN (where ISBN is a ...more >>

Need Help Please!
Posted by daniel_st.pierre NO[at]SPAM fpl.com at 9/9/2004 12:30:13 PM
ok here's the code and bellow i explain the problem // Create new data view DataView BottomDataView = new DataView(); // Give dataview the datatable BottomDataView.Table = myBottomDT; DataTable myNewBottomDT = new DataTable("myNewBottomDT1"); DataRow myNewBottomDR; #...more >>

Can't get value from datagrid when generating columns on the server side
Posted by postings NO[at]SPAM alexshirley.com at 9/8/2004 5:21:15 AM
Hi I have a problem with a datagrid, I need to get a value from one of the columns from when I hit a hyperlink column. The hyperlink column is the first column, and the second column is the value (which is in fact "ContactID"). The event that fires when I click on the hyperlink column defin...more >>



DevelopmentNow Blog