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 > august 2005 > threads for august 22 - 28, 2005

Filter by week: 1 2 3 4 5

Bound datatable + unbound column in datagrid
Posted by Gary Frank at 8/25/2005 9:01:22 AM
Is is possible to create an ASP.NET datagrid that mixes bound data pulled from a database table with an unbound column created by the program? I would like to display several columns from an SQL Server database table (table 1) in an ASP.NET datagrid control. I would also like to display an a...more >>


Datagrid sort
Posted by Arne at 8/25/2005 5:40:21 AM
I have a datagrid that sorts. The sort doesn't seem to execute on my template column. It only works on my bound columns....more >>

Big DataGrid Update Problem-MVP Help Please????
Posted by steroche at 8/25/2005 4:47:06 AM
I would REALLY appreciate help please please please! Im sure it is probably blindingly obvious to most of you but I am totally in the dark here!I am lost - i thought i had finally figured out this dataSet updating lark when i realised that i think i am right back at square 1!!! Here's my scenar...more >>

FindControl Method always returns empty string!!!!!
Posted by steroche at 8/24/2005 5:12:08 PM
Hi guys - Can somebody please help me? I'm a novice at all thisIve run into a serious stumbling block for the last few hours now and its killing me! I have a paged/sorted Datagrid setup and it works fine except for the update method - i just cannot get it to work! Now i keep getting the error :...more >>

Datagrid Cancle/update button calles delete command?
Posted by cjb NO[at]SPAM goldmancg.com at 8/24/2005 7:46:42 AM
Hi, I'm trying to extend the DataGrid class, and I think I am getting my wires crossed. In the constructor I add my colums: Public Sub New() connectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=" + HttpContext.Current.Server.MapPath(".\") + "...more >>

HELP!DataGrid HyperLink Highlighting??
Posted by steroche at 8/24/2005 6:11:19 AM
I have a datagrid that passes values to one page to another - well it actually loads up the same page again with the param passed in so i can poplulate another datagrid from that parameter if you know what i mean. My question is this: How can i make the datagrids' row highlight(like the wa...more >>

DropDownList show the name of columns of dataGrid
Posted by dalbo at 8/24/2005 2:53:06 AM
Hello, I make a dataGrid and i like to show the name of the columns of the dataGrid in a DropDownList. For example, if my dataGrid have three columns called "NAME" "ADDRESS" "CITY" i like show "NAME" "ADDRESS" "CITY" in the DropDownList. Thanks David, and sorry for my poor english....more >>

Databound Update(untyped dataset)
Posted by steroche at 8/23/2005 9:39:12 PM
I am trying to perform an update of a databound datagrid. I just cant figue out how to update the rows and though. Every example i come across either uses that example with the FindbyCategoryID method in a typed dataset or uses a DataView which i dont think i want to do either. How do i get the...more >>



Adding a href link to a column in a data grid
Posted by Vasantha peddireddy at 8/23/2005 10:30:16 AM
Hi, I am trying to figure out how I can add a html link to a value (which is the virtual path of a file) in the data grid column. I have code as below. Please help! <asp:DataGrid id="DataGrid1" BorderColor="black" BorderWidth="1" CellPadding="3" AutoGenerateColumns="false" runat=...more >>

Grids, dropdown, sql queries and extra spaces
Posted by eagle at 8/22/2005 2:26:14 PM
I have a sql query that combines 2 fields to end up as one, and binds to a dropdown list in a grid. I want to add spaces into the qry so the fields look like the are separate. But the drop down list seems to trim any extra spaces, and it displays any html codes I put in there. Does anyone kn...more >>

Paging and sorting
Posted by Arne at 8/22/2005 8:40:23 AM
I have a datagrid that implements sorting. Once a click on a new page number, my sort gets lost. How can I combine sorting and paging?...more >>

Passing grid data from one page to another
Posted by Vasantha peddireddy at 8/22/2005 8:20:02 AM
I am posting a page to another page (form post). The data grid on the second page is being populated with data. Now, on page load of the second page, I would like to send the grid data on this page to the first page and populate the grid on the first page with the same data on second page. Ple...more >>


DevelopmentNow Blog