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 1 - 7, 2006

Filter by week: 1 2 3 4 5

1 row many columns is gridview best choice?
Posted by Brenda Pasquarello at 3/7/2006 10:36:36 AM
I have 1 record with many fields of data per User id. I want to display the data down the page in two-three columns w/ labels. Is the Gridview the best choice for this? Or is that just best choice when dealing with multiple records? Is there another control I should consider, or just cu...more >>


Getting Data from a Row
Posted by Joe Reiss at 3/7/2006 8:20:03 AM
Hi All, Using VS2005, C# I'm sure this has been asked a million times. How does one get data from a selected row in a gridview. The following only seems to get me the datakey data: myView.SelectedRow.Cells[x].Text; I want the actual data in the cell. This would seem tobe a trivial...more >>

Confusion regarding nested datagrid - classic problem of persistence
Posted by strangeboy at 3/7/2006 8:17:01 AM
All: Let me first say that I've researched my problem, but I have spent way too much time (~1.5 weeks), and finally am reaching out to the community for help. Here's the problem: I successfully have a nested datagrid showing (typical master/detail arrangement) using a dynamically created da...more >>

Client callbacks
Posted by Papanii Okai at 3/6/2006 11:09:30 PM
Hi Guys Quick question. Is it possible to use Asp.net 2.0 client callbacks to refresh/update a datalist/repeater data control without a complete page postback? --Papanii ...more >>

Cache or Session state throwing out of Memory Exception when using datagrid
Posted by Marisha at 3/2/2006 11:04:29 AM
Hi Guys, I have a question,what is the best way to preserve dataset in web application and how to use it correctly for web application. (Cache object,Session or Application state) I tested Session and Cache and both giving me out of memory exception when I'm dealing with datagrid with 900-9...more >>

Template Column...
Posted by Mike Andrews at 3/2/2006 10:33:39 AM
Guys, I've got a problem with a ASP.NET 1.1 Datagrid that I wanted to see if any of you had any suggestions or advice on how to correct. My original problem with the datagrid was that I had 4 pre-defined columns. However, due to a feature restriction I needed to make the first column invisi...more >>

Cache vs Session, Application state for datagrid
Posted by marina.sukhnev NO[at]SPAM thinknet.com at 3/2/2006 7:26:43 AM
Hi Guys, I have a question,what is the best way to preserve dataset in web application: Cache object,Session or Application state. >From perfomance,scalability point of view? Any ideas? Thanks, Marina ...more >>

ButtonColumn as Image?
Posted by TheDude5B at 3/2/2006 5:28:26 AM
I am using a ButtonColumn which is used to delete an item from the datagrid. Is it possible to use an image instead of just text for this ButtonControl? If this is not possible, then how would i change the code for this ButtonControl to work with an ASP reapeater instead. for example j...more >>



Custom DataGRidComboBoxStyle DataSource Problems
Posted by Richard Ryerson at 3/1/2006 8:15:43 PM
I have a general DataGridComboBoxColumn that I built using the Example in the .NET 2003 Combined Collection help file (that was a data time picker). I am able to assign a data source and display / value members so the ComboBox is data bound and that works, to a point. What generally works is t...more >>

Web Matrix 0.6 and GridView .NET 2.0
Posted by Yong Chen at 3/1/2006 6:04:59 PM
Hello, I use Web Matrix 0.6 with .NET 1.1 ( MxDataGrid ). How/can I use GridView control (.NET 2.0 ) ? TIA, MM ...more >>


DevelopmentNow Blog