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
all groups > asp.net datagrid control > september 2007

How is this possible?!
Posted by Med at 9/26/2007 1:46:51 PM
Hi, I have a asp.net 2.0 GridView in an Ajax Update panel with paging enabled. In the dropdown box users can select the grid's page size. My Gridview has 12 rows and the default pagesize is 10. However when Page size "20" or "all" is selected, the grid shows all 12 rows in the browser (IE...more >>


Removing a control from a DataList
Posted by Steve Hershoff at 9/18/2007 4:48:41 PM
I have no idea if this is possible, but just in case: I have certain circumstances in which I would like to remove a control from a DataList's EditItemTemplate. Here's the current setup, slightly simplified: <asp:datalist id="DataList1" Width="100%" runat="server" CellPadding="0" CellSpa...more >>

Unable to retrieve schema - Divide by zero error encountered
Posted by Stephan Steiner at 9/17/2007 2:14:57 PM
Hi Has anybody ever come across this error when working with a DataView on ASP.NET 2.0? Here's the funny thing - the grid works fine. However, if I try to edit columns, I don't have the list of all the available columns in the data source. If I try to refresh the schema, either in the ed...more >>

How to retrive value that is invisible in gridview
Posted by phyumon thant at 9/5/2007 12:08:18 AM
I can retrieve the value from gridview but i cann't if the value is invisible in gridview. If i read the value that is hidden i got the value null. I don't know why. if someone know, please let me know. my code is as follow protected void GridView3_RowUpdating(object sender, GridViewUpd...more >>

Repeat Column - use as many as can fit.
Posted by Mufasa at 9/4/2007 1:54:34 PM
Is there a way in a datalist to have it auto calculate the number of columns to put in? In other words, if it can fit 3 columns without wrapping, do that. If only 2 would fit, do two..... TIA - Jeff. ...more >>



DevelopmentNow Blog