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 29 - 31, 2006

Filter by week: 1 2 3 4 5

checkbox bind with 0 = checked?
Posted by Maarten at 3/31/2006 11:05:42 PM
I have a bound-checkbox. The database value = 0 but the checkbox got checked? Why is that? What value should be in the database for being not checked then? tia ...more >>


Rebind data source in GridView
Posted by Andrei Varanovich at 3/31/2006 8:38:25 PM
Hello all! I have a button on a form alongside a GridView with ObjectDataSource, and the effect of the button need to be the modifying the underlying database (it changes some cells' values in the objects being displayed by the GridView). How can I rebind the data in code? For now I see ...more >>

datagrid sort string (is representation of date) as a DATE
Posted by cindy at 3/30/2006 4:51:01 PM
I have a datatable with column datetime datatype from sql I c# datagrid on webform with bound column to display values I need to sort on values. I sql the field value is a string so I make it pass the is string a valid date test before I dump it into dc = new DataColumn("reviseddate",Type.Ge...more >>

datagrid and checkbox inasp.net
Posted by Jason at 3/29/2006 6:22:26 PM
Hi, all, I have an asp.net web page, which has a datagrid to present data to users, also has checkbox in each row in the datagrid. Here is my question: when user checked a checkbox, or several checkboxes in the datagrid, then they click 'save' button. the page refreshed, and they want selected...more >>

Extending Gridview to handle grouping.
Posted by andrew at 3/29/2006 3:17:06 PM
I've been working on a new control that inherits gridview. The properties are extended to take a grouping parameter. When the gridview binds it is suppose to sort on the grouped field name and add rows whenever the value of this field changes giving the apperance of grouping. What i have works...more >>

how to specify data binding in code behind
Posted by alexis.rzewski NO[at]SPAM gmail.com at 3/29/2006 8:45:19 AM
I would like to do without the HTML Text='<%# DataBinder.Eval(Container.DataItem, "Count") %>' and specify the data binding in C# or VB code. Is there a way to do this ? ...more >>



DevelopmentNow Blog