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 > june 2003

adding a checkbox to select the row.
Posted by rodrigo guerra at 6/30/2003 11:14:49 PM
i'm using c#. code behind if possible. i need a simple way to put a checkbox column in my datagrid and a button to see witch rows are selected... is there any big difference using checkbox and checkboxlist ? can i use checkboxlist with a datagrid ? thanks a lot.!! ...more >>


Row Number/Index
Posted by Snig at 6/30/2003 6:14:28 PM
Hi How do I display corresponding Row Index (like "rownum" in Oracle) in one column of the datagrid ? My back-end is SQL-Server Thanx ...more >>

Handling events in a datagrid
Posted by Deepak at 6/30/2003 3:40:34 PM
Hi, I am having a datagrid with 3 radiobuttons in one template column and a textbox in another template column. How can I disable or enable the textbox in the second template column depending on the value of the radio buttons? I am also giving my datagrid for ur reference. <asp:DataGrid id="M...more >>

Set style or width at column level of datagrid
Posted by mcqueene NO[at]SPAM hotmail.com at 6/30/2003 9:26:19 AM
I have a datagrid that is using some custom styles very nicely by using the following code: <asp:DataGrid id="DataGrid1" runat="server" Width="828px" ShowFooter="True" > <SelectedItemStyle CssClass="DataGrid_SelectedItemStyle"></SelectedItemStyle> <ItemStyle CssClass="DataGrid_ItemStyle"></It...more >>

Footer not in datagrid items list
Posted by mcqueene NO[at]SPAM hotmail.com at 6/30/2003 6:26:41 AM
I see many posts on this topic but still can't find a solution that works. I'm trying to access a dropdownlist in my datagrid footer when another dropdownlist in the footer is accessed. The most logical advice I've seen is to loop thru the controls like this: Dim myDGItem As DataGridIt...more >>

sorting a dataGrid - how can I get the current/selected row?
Posted by Dave at 6/30/2003 1:16:54 AM
Hi, I have a ASP.Net application with a DG where a user can click on a row to obtain details regarding that row. After sorting my DG, the current row that is clicked on is different then the row that the DG obtains details on. How do I get the current row once my DG has been sorted? TIA...more >>

Fill datagrid without database
Posted by Yoramo at 6/29/2003 11:12:20 AM
Hello I need to fill in my datagrid from calcutalted date. how do I fill in my datagrid? yoramo ...more >>



DevelopmentNow Blog